DeploymentWhatIf コンストラクター

定義

オーバーロード

DeploymentWhatIf()

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

DeploymentWhatIf(DeploymentWhatIfProperties, String)

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

DeploymentWhatIf()

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

public DeploymentWhatIf ();
Public Sub New ()

適用対象

DeploymentWhatIf(DeploymentWhatIfProperties, String)

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

public DeploymentWhatIf (Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIfProperties properties, string location = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf : Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIfProperties * string -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf
Public Sub New (properties As DeploymentWhatIfProperties, Optional location As String = Nothing)

パラメーター

properties
DeploymentWhatIfProperties

配置プロパティです。

location
String

デプロイ データを格納する場所。

適用対象