Share via


BatchStorageAccountType Enum

Definition

The storage account type for use in creating data disks or OS disk.

public enum BatchStorageAccountType
type BatchStorageAccountType = 
Public Enum BatchStorageAccountType
Inheritance
BatchStorageAccountType

Fields

PremiumLrs 1

The data disk / OS disk should use premium locally redundant storage.

StandardLrs 0

The data disk / OS disk should use standard locally redundant storage.

StandardSsdLrs 2

The data disk / OS disk should use standard SSD locally redundant storage.

Applies to