Partilhar via


AssignmentData Construtor

Definição

Inicializa uma nova instância de AssignmentData.

public AssignmentData (Azure.ResourceManager.Blueprint.Models.ManagedServiceIdentity identity, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Blueprint.Models.ParameterValue> parameters, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Blueprint.Models.ResourceGroupValue> resourceGroups, Azure.Core.AzureLocation location);
new Azure.ResourceManager.Blueprint.AssignmentData : Azure.ResourceManager.Blueprint.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Blueprint.Models.ParameterValue> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Blueprint.Models.ResourceGroupValue> * Azure.Core.AzureLocation -> Azure.ResourceManager.Blueprint.AssignmentData
Public Sub New (identity As ManagedServiceIdentity, parameters As IDictionary(Of String, ParameterValue), resourceGroups As IDictionary(Of String, ResourceGroupValue), location As AzureLocation)

Parâmetros

identity
ManagedServiceIdentity

Identidade gerenciada para essa atribuição de blueprint.

parameters
IDictionary<String,ParameterValue>

Valores de parâmetro de atribuição de blueprint.

resourceGroups
IDictionary<String,ResourceGroupValue>

Nomes e locais de espaços reservados do grupo de recursos.

location
AzureLocation

O local dessa atribuição de blueprint.

Exceções

identity, parameters ou resourceGroups é nulo.

Aplica-se a