次の方法で共有


DisallowedConfiguration コンストラクター

定義

オーバーロード

DisallowedConfiguration()

DisallowedConfiguration クラスの新しいインスタンスを初期化します。

DisallowedConfiguration(String)

DisallowedConfiguration クラスの新しいインスタンスを初期化します。

DisallowedConfiguration()

DisallowedConfiguration クラスの新しいインスタンスを初期化します。

public DisallowedConfiguration ();
Public Sub New ()

適用対象

DisallowedConfiguration(String)

DisallowedConfiguration クラスの新しいインスタンスを初期化します。

public DisallowedConfiguration (string vmDiskType = default);
new Microsoft.Azure.Management.Compute.Models.DisallowedConfiguration : string -> Microsoft.Azure.Management.Compute.Models.DisallowedConfiguration
Public Sub New (Optional vmDiskType As String = Nothing)

パラメーター

vmDiskType
String

許可されていない VM ディスクの種類。 使用できる値は、'None'、'Unmanaged' です。

適用対象