ArmNetAppModelFactory.ElasticAccountProperties 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.ElasticAccountProperties ElasticAccountProperties(Azure.ResourceManager.NetApp.Models.NetAppProvisioningState? provisioningState = default, Azure.ResourceManager.NetApp.Models.ElasticEncryption encryption = default);
static member ElasticAccountProperties : Nullable<Azure.ResourceManager.NetApp.Models.NetAppProvisioningState> * Azure.ResourceManager.NetApp.Models.ElasticEncryption -> Azure.ResourceManager.NetApp.Models.ElasticAccountProperties
Public Shared Function ElasticAccountProperties (Optional provisioningState As Nullable(Of NetAppProvisioningState) = Nothing, Optional encryption As ElasticEncryption = Nothing) As ElasticAccountProperties
Parameters
- provisioningState
- Nullable<NetAppProvisioningState>
Azure lifecycle management.
- encryption
- ElasticEncryption
Encryption settings.
Returns
A new ElasticAccountProperties instance for mocking.