你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.Fluent.Models.DeploymentWhatIfProperties properties);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIfProperties -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf
Public Sub New (location As String, properties As DeploymentWhatIfProperties)

参数

location
String

用于存储部署数据的位置。

properties
DeploymentWhatIfProperties

部署属性。

适用于