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

DevTestLabPremiumDataDisk 结构

定义

用于启用使用高级数据磁盘的设置。 当其值为“Enabled”时,允许创建标准或高级数据磁盘。 当其值为“Disabled”时,仅允许创建标准数据磁盘。

public readonly struct DevTestLabPremiumDataDisk : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabPremiumDataDisk>
type DevTestLabPremiumDataDisk = struct
Public Structure DevTestLabPremiumDataDisk
Implements IEquatable(Of DevTestLabPremiumDataDisk)
继承
DevTestLabPremiumDataDisk
实现

构造函数

DevTestLabPremiumDataDisk(String)

初始化 DevTestLabPremiumDataDisk 的新实例。

属性

Disabled

已禁用。

Enabled

已启用。

方法

Equals(DevTestLabPremiumDataDisk)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(DevTestLabPremiumDataDisk, DevTestLabPremiumDataDisk)

确定两个 DevTestLabPremiumDataDisk 值是否相同。

Implicit(String to DevTestLabPremiumDataDisk)

将字符串转换为 DevTestLabPremiumDataDisk

Inequality(DevTestLabPremiumDataDisk, DevTestLabPremiumDataDisk)

确定两个 DevTestLabPremiumDataDisk 值是否不相同。

适用于