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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET