ArmNetAppModelFactory.NetAppBucketServerPatchProperties 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.
public static Azure.ResourceManager.NetApp.Models.NetAppBucketServerPatchProperties NetAppBucketServerPatchProperties(string fqdn = default, string certificateObject = default, Azure.ResourceManager.NetApp.Models.NetAppOnCertificateConflictAction? onCertificateConflictAction = default);
static member NetAppBucketServerPatchProperties : string * string * Nullable<Azure.ResourceManager.NetApp.Models.NetAppOnCertificateConflictAction> -> Azure.ResourceManager.NetApp.Models.NetAppBucketServerPatchProperties
Public Shared Function NetAppBucketServerPatchProperties (Optional fqdn As String = Nothing, Optional certificateObject As String = Nothing, Optional onCertificateConflictAction As Nullable(Of NetAppOnCertificateConflictAction) = Nothing) As NetAppBucketServerPatchProperties
Parameters
- fqdn
- String
The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
- 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 NetAppBucketServerPatchProperties instance for mocking.