次の方法で共有


BatchVmDataDisk.StorageAccountType プロパティ

定義

省略すると、既定値は "Standard_LRS" になります。 値は次のとおりです。

Standard_LRS - データ ディスクでは、標準のローカル冗長ストレージを使用する必要があります。 Premium_LRS - データ ディスクでは、Premium ローカル冗長ストレージを使用する必要があります。

public Azure.ResourceManager.Batch.Models.BatchStorageAccountType? StorageAccountType { get; set; }
member this.StorageAccountType : Nullable<Azure.ResourceManager.Batch.Models.BatchStorageAccountType> with get, set
Public Property StorageAccountType As Nullable(Of BatchStorageAccountType)

プロパティ値

適用対象