Compartilhar via


DeploymentInner Construtores

Definição

Sobrecargas

DeploymentInner()

Inicializa uma nova instância da classe DeploymentInner.

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

Inicializa uma nova instância da classe DeploymentInner.

DeploymentInner()

Inicializa uma nova instância da classe DeploymentInner.

public DeploymentInner ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe DeploymentInner.

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

Parâmetros

properties
DeploymentProperties

As propriedades de implantação.

location
String

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

tags
IDictionary<String,String>

Marcas de implantação

Aplica-se a