ArmNetAppModelFactory.NetAppElasticAccountProperties 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 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.