PolicyDefinitionReference Class
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.
The policy definition reference.
public class PolicyDefinitionReference
type PolicyDefinitionReference = class
Public Class PolicyDefinitionReference
- Inheritance
-
PolicyDefinitionReference
Constructors
PolicyDefinitionReference() |
Initializes a new instance of the PolicyDefinitionReference class. |
PolicyDefinitionReference(String, IDictionary<String,ParameterValuesValue>, String, IList<String>) |
Initializes a new instance of the PolicyDefinitionReference class. |
Properties
GroupNames |
Gets or sets the name of the groups that this policy definition reference belongs to. |
Parameters |
Gets or sets the parameter values for the referenced policy rule. The keys are the parameter names. |
PolicyDefinitionId |
Gets or sets the ID of the policy definition or policy set definition. |
PolicyDefinitionReferenceId |
Gets or sets a unique id (within the policy set definition) for this policy definition reference. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET