Freigeben über


AssignmentData Konstruktor

Definition

Initialisiert eine neue instance von 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)

Parameter

identity
ManagedServiceIdentity

Verwaltete Identität für diese Blaupausenzuweisung.

parameters
IDictionary<String,ParameterValue>

Blaupausenzuweisungsparameterwerte.

resourceGroups
IDictionary<String,ResourceGroupValue>

Namen und Speicherorte von Ressourcengruppenplatzhaltern.

location
AzureLocation

Der Speicherort dieser Blaupausenzuweisung.

Ausnahmen

identity, parameters oder resourceGroups ist NULL.

Gilt für: