AssignmentData Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET