AssignmentData Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET