ServiceUnitProperties Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET