Condividi tramite


ArmNetAppModelFactory.NetAppElasticAccountProperties Method

Definition

Initializes a new instance of NetAppElasticAccountProperties.

public static Azure.ResourceManager.NetApp.Models.NetAppElasticAccountProperties NetAppElasticAccountProperties(Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaRuleProvisioningState? provisioningState = default, Azure.ResourceManager.NetApp.Models.NetAppElasticEncryption encryption = default);
static member NetAppElasticAccountProperties : Nullable<Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaRuleProvisioningState> * Azure.ResourceManager.NetApp.Models.NetAppElasticEncryption -> Azure.ResourceManager.NetApp.Models.NetAppElasticAccountProperties
Public Shared Function NetAppElasticAccountProperties (Optional provisioningState As Nullable(Of NetAppVolumeQuotaRuleProvisioningState) = Nothing, Optional encryption As NetAppElasticEncryption = Nothing) As NetAppElasticAccountProperties

Parameters

provisioningState
Nullable<NetAppVolumeQuotaRuleProvisioningState>

Azure lifecycle management.

encryption
NetAppElasticEncryption

Encryption settings.

Returns

A new NetAppElasticAccountProperties instance for mocking.

Applies to