共用方式為


DataDisk.StorageAccountType 屬性

定義

取得或設定要用於資料磁片的儲存體帳戶類型。

[Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")]
public Microsoft.Azure.Management.Batch.Models.StorageAccountType? StorageAccountType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")>]
member this.StorageAccountType : Nullable<Microsoft.Azure.Management.Batch.Models.StorageAccountType> with get, set
Public Property StorageAccountType As Nullable(Of StorageAccountType)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

如果省略,預設值為 「Standard_LRS」。 值為:

Standard_LRS - 資料磁片應使用標準本地備援儲存體。 Premium_LRS - 資料磁片應使用進階本地備援儲存體。 可能的值包括:'Standard_LRS'、'Premium_LRS'

適用於