Compartilhar via


ScopedDeploymentWhatIf Construtores

Definição

Sobrecargas

ScopedDeploymentWhatIf()

Inicializa uma nova instância da classe ScopedDeploymentWhatIf.

ScopedDeploymentWhatIf(String, DeploymentWhatIfProperties)

Inicializa uma nova instância da classe ScopedDeploymentWhatIf.

ScopedDeploymentWhatIf()

Inicializa uma nova instância da classe ScopedDeploymentWhatIf.

public ScopedDeploymentWhatIf ();
Public Sub New ()

Aplica-se a

ScopedDeploymentWhatIf(String, DeploymentWhatIfProperties)

Inicializa uma nova instância da classe 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)

Parâmetros

location
String

O local para armazenar os dados de implantação.

properties
DeploymentWhatIfProperties

As propriedades de implantação.

Aplica-se a