PolicyAssignmentArtifact 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 PolicyAssignmentArtifact.
public PolicyAssignmentArtifact (string policyDefinitionId, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Blueprint.Models.ParameterValue> parameters);
new Azure.ResourceManager.Blueprint.Models.PolicyAssignmentArtifact : string * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Blueprint.Models.ParameterValue> -> Azure.ResourceManager.Blueprint.Models.PolicyAssignmentArtifact
Public Sub New (policyDefinitionId As String, parameters As IDictionary(Of String, ParameterValue))
Parameters
- policyDefinitionId
- String
Azure resource ID of the policy definition.
- parameters
- IDictionary<String,ParameterValue>
Parameter values for the policy definition.
Exceptions
policyDefinitionId
or parameters
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