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

Disallowed 构造函数

定义

重载

Disallowed()

初始化不允许类的新实例。

Disallowed(IList<String>)

初始化不允许类的新实例。

Disallowed()

初始化不允许类的新实例。

public Disallowed ();
Public Sub New ()

适用于

Disallowed(IList<String>)

初始化不允许类的新实例。

public Disallowed (System.Collections.Generic.IList<string> diskTypes = default);
new Microsoft.Azure.Management.Compute.Models.Disallowed : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.Models.Disallowed
Public Sub New (Optional diskTypes As IList(Of String) = Nothing)

参数

diskTypes
IList<String>

磁盘类型的列表。

适用于