DataDisk.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 the storage Account type to be used for the data disk.
[Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")]
public Microsoft.Azure.Batch.Protocol.Models.StorageAccountType? StorageAccountType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")>]
member this.StorageAccountType : Nullable<Microsoft.Azure.Batch.Protocol.Models.StorageAccountType> with get, set
Public Property StorageAccountType As Nullable(Of StorageAccountType)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
If omitted, the default is "standard_lrs". Possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'