你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DevTestLabData.PremiumDataDisks Property

Definition

The setting to enable usage of premium data disks. When its value is 'Enabled', creation of standard or premium data disks is allowed. When its value is 'Disabled', only creation of standard data disks is allowed.

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

Property Value

Applies to