Compartilhar via


ScopedDeployment Construtores

Definição

Sobrecargas

ScopedDeployment()

Inicializa uma nova instância da classe ScopedDeployment.

ScopedDeployment(String, DeploymentProperties, IDictionary<String,String>)

Inicializa uma nova instância da classe ScopedDeployment.

ScopedDeployment()

Inicializa uma nova instância da classe ScopedDeployment.

public ScopedDeployment ();
Public Sub New ()

Aplica-se a

ScopedDeployment(String, DeploymentProperties, IDictionary<String,String>)

Inicializa uma nova instância da classe ScopedDeployment.

public ScopedDeployment (string location, Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties properties, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment : string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment
Public Sub New (location As String, properties As DeploymentProperties, Optional tags As IDictionary(Of String, String) = Nothing)

Parâmetros

location
String

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

properties
DeploymentProperties

As propriedades de implantação.

tags
IDictionary<String,String>

Marcas de implantação

Aplica-se a