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