Compartilhar via


ServiceUnitProperties Construtores

Definição

Sobrecargas

ServiceUnitProperties()

Inicializa uma nova instância da classe ServiceUnitProperties.

ServiceUnitProperties(String, DeploymentMode, ServiceUnitArtifacts)

Inicializa uma nova instância da classe ServiceUnitProperties.

ServiceUnitProperties()

Inicializa uma nova instância da classe ServiceUnitProperties.

public ServiceUnitProperties ();
Public Sub New ()

Aplica-se a

ServiceUnitProperties(String, DeploymentMode, ServiceUnitArtifacts)

Inicializa uma nova instância da classe ServiceUnitProperties.

public ServiceUnitProperties (string targetResourceGroup, Microsoft.Azure.Management.DeploymentManager.Models.DeploymentMode deploymentMode, Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts artifacts = default);
new Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitProperties : string * Microsoft.Azure.Management.DeploymentManager.Models.DeploymentMode * Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitProperties
Public Sub New (targetResourceGroup As String, deploymentMode As DeploymentMode, Optional artifacts As ServiceUnitArtifacts = Nothing)

Parâmetros

targetResourceGroup
String

O Grupo de Recursos do Azure ao qual os recursos na unidade de serviço pertencem ou devem ser implantados.

deploymentMode
DeploymentMode

Descreve o tipo de implantação do ARM a ser executado no recurso. Os valores possíveis incluem: 'Incremental', 'Complete'

artifacts
ServiceUnitArtifacts

Os artefatos da unidade de serviço.

Aplica-se a