Partager via


AssignmentData Constructeur

Définition

Initialise une nouvelle instance 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)

Paramètres

identity
ManagedServiceIdentity

Identité managée pour cette attribution de blueprint.

parameters
IDictionary<String,ParameterValue>

Valeurs des paramètres d’affectation de blueprint.

resourceGroups
IDictionary<String,ResourceGroupValue>

Noms et emplacements des espaces réservés de groupe de ressources.

location
AzureLocation

Emplacement de cette affectation de blueprint.

Exceptions

identity, parameters ou resourceGroups a la valeur Null.

S’applique à