Compartilhar via


DeploymentWhatIf Construtores

Definição

Sobrecargas

DeploymentWhatIf()

Inicializa uma nova instância da classe DeploymentWhatIf.

DeploymentWhatIf(DeploymentWhatIfProperties, String)

Inicializa uma nova instância da classe DeploymentWhatIf.

DeploymentWhatIf()

Inicializa uma nova instância da classe DeploymentWhatIf.

public DeploymentWhatIf ();
Public Sub New ()

Aplica-se a

DeploymentWhatIf(DeploymentWhatIfProperties, String)

Inicializa uma nova instância da classe DeploymentWhatIf.

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

Parâmetros

properties
DeploymentWhatIfProperties

As propriedades de implantação.

location
String

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

Aplica-se a