DisallowedConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET