DevOpsDataDisk.StorageAccountType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The storage Account type to be used for the data disk. If omitted, the default is "standard_lrs".
public Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsStorageAccountType? StorageAccountType { get; set; }
member this.StorageAccountType : Nullable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsStorageAccountType> with get, set
Public Property StorageAccountType As Nullable(Of DevOpsStorageAccountType)