Language

PolicyEnrollment.PolicyDefinitionReferenceId Property

Definition

The policy definition reference IDs for policy definitions in an assigned policy set definition. These IDs correspond to a subset of policyDefinitions[*].policyDefinitionReferenceId in the policy set definition. When specified and not empty, only the referenced policy definitions will be enrolled to. Otherwise, the entire policy set is enrolled to

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Origin(Microsoft.Azure.PowerShell.Cmdlets.Policy.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<string> PolicyDefinitionReferenceId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Origin(Microsoft.Azure.PowerShell.Cmdlets.Policy.PropertyOrigin.Inlined)>]
member this.PolicyDefinitionReferenceId : System.Collections.Generic.List<string> with get, set
Public Property PolicyDefinitionReferenceId As List(Of String)

Property Value

Implements

Attributes

Applies to