ArmBlueprintModelFactory.PolicyAssignmentArtifact Method
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 static Azure.ResourceManager.Blueprint.Models.PolicyAssignmentArtifact PolicyAssignmentArtifact (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, string description = default, System.Collections.Generic.IEnumerable<string> dependsOn = default, string policyDefinitionId = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Blueprint.Models.ParameterValue> parameters = default, string resourceGroup = default);
static member PolicyAssignmentArtifact : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * seq<string> * string * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Blueprint.Models.ParameterValue> * string -> Azure.ResourceManager.Blueprint.Models.PolicyAssignmentArtifact
Public Shared Function PolicyAssignmentArtifact (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional dependsOn As IEnumerable(Of String) = Nothing, Optional policyDefinitionId As String = Nothing, Optional parameters As IDictionary(Of String, ParameterValue) = Nothing, Optional resourceGroup As String = Nothing) As PolicyAssignmentArtifact
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- displayName
- String
One-liner string explain this resource.
- description
- String
Multi-line explain this resource.
- dependsOn
- IEnumerable<String>
Artifacts which need to be deployed before the specified artifact.
- policyDefinitionId
- String
Azure resource ID of the policy definition.
- parameters
- IDictionary<String,ParameterValue>
Parameter values for the policy definition.
- resourceGroup
- String
Name of the resource group placeholder to which the policy will be assigned.
Returns
A new PolicyAssignmentArtifact instance for mocking.