ManagedDiskParameters.StorageAccountType Property
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.
Gets or sets specifies the storage account type for the managed disk. Possible values are: Standard_LRS or Premium_LRS. Possible values include: 'Standard_LRS', 'Premium_LRS'
[Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")]
public Nullable<Microsoft.Azure.Management.Compute.Models.StorageAccountTypes> StorageAccountType { get; set; }
member this.StorageAccountType : Nullable<Microsoft.Azure.Management.Compute.Models.StorageAccountTypes> with get, set
Public Property StorageAccountType As Nullable(Of StorageAccountTypes)
Property Value
- System.Nullable<StorageAccountTypes>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute