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