Delen via


DataDisk.StorageAccountType Property

Definition

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'

Applies to