ArmNetAppModelFactory.NetAppBucketServerProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of NetAppBucketServerProperties.
public static Azure.ResourceManager.NetApp.Models.NetAppBucketServerProperties NetAppBucketServerProperties(string fqdn = default, string certificateCommonName = default, DateTimeOffset? certificateExpiryOn = default, string ipAddress = default, string certificateObject = default);
static member NetAppBucketServerProperties : string * string * Nullable<DateTimeOffset> * string * string -> Azure.ResourceManager.NetApp.Models.NetAppBucketServerProperties
Public Shared Function NetAppBucketServerProperties (Optional fqdn As String = Nothing, Optional certificateCommonName As String = Nothing, Optional certificateExpiryOn As Nullable(Of DateTimeOffset) = Nothing, Optional ipAddress As String = Nothing, Optional certificateObject As String = Nothing) As NetAppBucketServerProperties
Parameters
- fqdn
- String
The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
- certificateCommonName
- String
Certificate Common Name taken from the certificate installed on the bucket server.
- certificateExpiryOn
- Nullable<DateTimeOffset>
The bucket server's certificate expiry date.
- ipAddress
- String
The bucket server's IPv4 address.
- certificateObject
- String
A base64-encoded PEM file, which includes both the bucket server's certificate and private key. It is used to authenticate the user and allows access to volume data in a read-only manner.
Returns
A new NetAppBucketServerProperties instance for mocking.