Share via


AssignmentData Constructor

Definition

Initializes a new instance of 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)

Parameters

identity
ManagedServiceIdentity

Managed identity for this blueprint assignment.

parameters
IDictionary<String,ParameterValue>

Blueprint assignment parameter values.

resourceGroups
IDictionary<String,ResourceGroupValue>

Names and locations of resource group placeholders.

___location
AzureLocation

The ___location of this blueprint assignment.

Exceptions

identity, parameters or resourceGroups is null.

Applies to