Share via


BatchVmDataDisk.StorageAccountType Property

Definition

If omitted, the default is "Standard_LRS". Values are:

Standard_LRS - The data disk should use standard locally redundant storage. Premium_LRS - The data disk should use premium locally redundant storage.

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)

Property Value

Applies to