次の方法で共有


DisallowedConfiguration コンストラクター

定義

オーバーロード

DisallowedConfiguration()

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

DisallowedConfiguration(VmDiskTypes)

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

DisallowedConfiguration()

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

public DisallowedConfiguration();
Public Sub New ()

適用対象

DisallowedConfiguration(VmDiskTypes)

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

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

パラメーター

vmDiskType
VmDiskTypes

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

適用対象