IPolicyEnrollmentProperties.PolicyDefinitionReferenceId Property
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 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.Runtime.Info(Create=true, Description="The policy definition reference IDs for policy definitions in an assigned policy set definition.\r\n These IDs correspond to a subset of `policyDefinitions[*].policyDefinitionReferenceId` in the policy set definition.\r\n When specified and not empty, only the referenced policy definitions will be enrolled to. Otherwise, the entire policy set is enrolled to", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="policyDefinitionReferenceIds", Update=true)]
public System.Collections.Generic.List<string> PolicyDefinitionReferenceId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The policy definition reference IDs for policy definitions in an assigned policy set definition.\r\n These IDs correspond to a subset of `policyDefinitions[*].policyDefinitionReferenceId` in the policy set definition.\r\n When specified and not empty, only the referenced policy definitions will be enrolled to. Otherwise, the entire policy set is enrolled to", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="policyDefinitionReferenceIds", Update=true)>]
member this.PolicyDefinitionReferenceId : System.Collections.Generic.List<string> with get, set
Public Property PolicyDefinitionReferenceId As List(Of String)
Property Value
- Attributes