次の方法で共有


ScopedDeploymentWhatIf コンストラクター

定義

オーバーロード

ScopedDeploymentWhatIf()

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

ScopedDeploymentWhatIf(String, DeploymentWhatIfProperties)

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

ScopedDeploymentWhatIf()

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

public ScopedDeploymentWhatIf ();
Public Sub New ()

適用対象

ScopedDeploymentWhatIf(String, DeploymentWhatIfProperties)

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

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

パラメーター

location
String

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

properties
DeploymentWhatIfProperties

配置プロパティです。

適用対象