次の方法で共有


ArmDeploymentWhatIfContent(ArmDeploymentWhatIfProperties) コンストラクター

定義

ArmDeploymentWhatIfContent の新しいインスタンスを初期化します。

public ArmDeploymentWhatIfContent (Azure.ResourceManager.Resources.Models.ArmDeploymentWhatIfProperties properties);
new Azure.ResourceManager.Resources.Models.ArmDeploymentWhatIfContent : Azure.ResourceManager.Resources.Models.ArmDeploymentWhatIfProperties -> Azure.ResourceManager.Resources.Models.ArmDeploymentWhatIfContent
Public Sub New (properties As ArmDeploymentWhatIfProperties)

パラメーター

properties
ArmDeploymentWhatIfProperties

配置プロパティです。

例外

properties が null です。

適用対象