ElasticAccountProperties Constructors
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.
Overloads
| Name | Description |
|---|---|
| ElasticAccountProperties() |
Initializes a new instance of ElasticAccountProperties. |
| ElasticAccountProperties(Nullable<NetAppProvisioningState>, ElasticEncryption) |
ElasticAccountProperties()
Initializes a new instance of ElasticAccountProperties.
public ElasticAccountProperties();
Public Sub New ()
Applies to
ElasticAccountProperties(Nullable<NetAppProvisioningState>, ElasticEncryption)
public ElasticAccountProperties(Azure.ResourceManager.NetApp.Models.NetAppProvisioningState? provisioningState = default, Azure.ResourceManager.NetApp.Models.ElasticEncryption encryption = default);
new Azure.ResourceManager.NetApp.Models.ElasticAccountProperties : Nullable<Azure.ResourceManager.NetApp.Models.NetAppProvisioningState> * Azure.ResourceManager.NetApp.Models.ElasticEncryption -> Azure.ResourceManager.NetApp.Models.ElasticAccountProperties
Public Sub New (Optional provisioningState As Nullable(Of NetAppProvisioningState) = Nothing, Optional encryption As ElasticEncryption = Nothing)
Parameters
- provisioningState
- Nullable<NetAppProvisioningState>
- encryption
- ElasticEncryption