PolicyAssignmentArtifact Constructors
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.
Overloads
PolicyAssignmentArtifact() |
Initializes a new instance of the PolicyAssignmentArtifact class. |
PolicyAssignmentArtifact(String, IDictionary<String,ParameterValue>, String, String, String, String, String, IList<String>, String) |
Initializes a new instance of the PolicyAssignmentArtifact class. |
PolicyAssignmentArtifact()
Initializes a new instance of the PolicyAssignmentArtifact class.
public PolicyAssignmentArtifact ();
Public Sub New ()
Applies to
PolicyAssignmentArtifact(String, IDictionary<String,ParameterValue>, String, String, String, String, String, IList<String>, String)
Initializes a new instance of the PolicyAssignmentArtifact class.
public PolicyAssignmentArtifact (string policyDefinitionId, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Blueprint.Models.ParameterValue> parameters, string id = default, string type = default, string name = default, string displayName = default, string description = default, System.Collections.Generic.IList<string> dependsOn = default, string resourceGroup = default);
new Microsoft.Azure.Management.Blueprint.Models.PolicyAssignmentArtifact : string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Blueprint.Models.ParameterValue> * string * string * string * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Blueprint.Models.PolicyAssignmentArtifact
Public Sub New (policyDefinitionId As String, parameters As IDictionary(Of String, ParameterValue), Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of String) = Nothing, Optional resourceGroup As String = Nothing)
Parameters
- policyDefinitionId
- String
Azure resource ID of the policy definition.
- parameters
- IDictionary<String,ParameterValue>
Parameter values for the policy definition.
- id
- String
String Id used to locate any resource on Azure.
- type
- String
Type of this resource.
- name
- String
Name of this resource.
- displayName
- String
One-liner string explain this resource.
- description
- String
Multi-line explain this resource.
- resourceGroup
- String
Name of the resource group placeholder to which the policy will be assigned.
Applies to
Azure SDK for .NET