Partilhar via


ArmDeploymentManagerModelFactory.ServiceUnitResourceData Método

Definição

Inicializa uma nova instância de ServiceUnitResourceData.

public static Azure.ResourceManager.DeploymentManager.ServiceUnitResourceData ServiceUnitResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string targetResourceGroup = default, Azure.ResourceManager.DeploymentManager.Models.DeploymentMode deploymentMode = Azure.ResourceManager.DeploymentManager.Models.DeploymentMode.Incremental, Azure.ResourceManager.DeploymentManager.Models.ServiceUnitArtifacts artifacts = default);
static member ServiceUnitResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.ResourceManager.DeploymentManager.Models.DeploymentMode * Azure.ResourceManager.DeploymentManager.Models.ServiceUnitArtifacts -> Azure.ResourceManager.DeploymentManager.ServiceUnitResourceData
Public Shared Function ServiceUnitResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional targetResourceGroup As String = Nothing, Optional deploymentMode As DeploymentMode = Azure.ResourceManager.DeploymentManager.Models.DeploymentMode.Incremental, Optional artifacts As ServiceUnitArtifacts = Nothing) As ServiceUnitResourceData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

tags
IDictionary<String,String>

As marcas.

location
AzureLocation

O local.

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.

artifacts
ServiceUnitArtifacts

Os artefatos da unidade de serviço.

Retornos

Uma nova ServiceUnitResourceData instância para zombar.

Aplica-se a