Udostępnij za pośrednictwem


ManagedDisk.StorageAccountType Property

Definition

Gets or sets the storage account type for managed 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

Possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'

Applies to