PolicyReference 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
PolicyReference() |
Initializes a new instance of the PolicyReference class. |
PolicyReference(String, String, String, String) |
Initializes a new instance of the PolicyReference class. |
PolicyReference()
Initializes a new instance of the PolicyReference class.
public PolicyReference ();
Public Sub New ()
Applies to
PolicyReference(String, String, String, String)
Initializes a new instance of the PolicyReference class.
public PolicyReference (string policyDefinitionId = default, string policySetDefinitionId = default, string policyDefinitionReferenceId = default, string policyAssignmentId = default);
new Microsoft.Azure.Management.PolicyInsights.Models.PolicyReference : string * string * string * string -> Microsoft.Azure.Management.PolicyInsights.Models.PolicyReference
Public Sub New (Optional policyDefinitionId As String = Nothing, Optional policySetDefinitionId As String = Nothing, Optional policyDefinitionReferenceId As String = Nothing, Optional policyAssignmentId As String = Nothing)
Parameters
- policyDefinitionId
- String
The resource identifier of the policy definition.
- policySetDefinitionId
- String
The resource identifier of the policy set definition.
- policyDefinitionReferenceId
- String
The reference identifier of a specific policy definition within a policy set definition.
- policyAssignmentId
- String
The resource identifier of the policy assignment.
Applies to
Azure SDK for .NET