Freigeben über


ArmNetAppModelFactory.NetAppBucketServerProperties Method

Definition

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, Azure.ResourceManager.NetApp.Models.NetAppOnCertificateConflictAction? onCertificateConflictAction = default);
static member NetAppBucketServerProperties : string * string * Nullable<DateTimeOffset> * string * string * Nullable<Azure.ResourceManager.NetApp.Models.NetAppOnCertificateConflictAction> -> 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, Optional onCertificateConflictAction As Nullable(Of NetAppOnCertificateConflictAction) = 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

The base64-encoded contents of a PEM file, which includes both the bucket server's certificate and private key. It is generated by the end user and allows the user to access volume data in a read-only manner. Note: This is only used when Azure Key Vault is not configured. This property is mutually exclusive with the Azure Key Vault 'akv' properties.

onCertificateConflictAction
Nullable<NetAppOnCertificateConflictAction>

Action to take when there is a certificate conflict. Possible values include: 'Update', 'Fail'

Returns

A new NetAppBucketServerProperties instance for mocking.

Applies to