次の方法で共有


DeploymentWhatIfSettings コンストラクター

定義

オーバーロード

DeploymentWhatIfSettings()

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

DeploymentWhatIfSettings(Nullable<WhatIfResultFormat>)

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

DeploymentWhatIfSettings()

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

public DeploymentWhatIfSettings ();
Public Sub New ()

適用対象

DeploymentWhatIfSettings(Nullable<WhatIfResultFormat>)

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

public DeploymentWhatIfSettings (Microsoft.Azure.Management.ResourceManager.Models.WhatIfResultFormat? resultFormat = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIfSettings : Nullable<Microsoft.Azure.Management.ResourceManager.Models.WhatIfResultFormat> -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIfSettings
Public Sub New (Optional resultFormat As Nullable(Of WhatIfResultFormat) = Nothing)

パラメーター

resultFormat
Nullable<WhatIfResultFormat>

What-If結果の形式。 使用可能な値は、'ResourceIdOnly'、'FullResourcePayloads' です。

適用対象