Language

IPolicyEnrollment.PolicyAssignmentInstanceId Property

Definition

The policy assignment instance ID associated with this enrollment. The value is set to the instance ID of the policy assignment the policyAssignmentId references when the enrollment is created or updated. The format is a GUID string.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=false, Description="The policy assignment instance ID associated with this enrollment.\r\n        The value is set to the instance ID of the policy assignment the policyAssignmentId references when the enrollment is created or updated.\r\n        The format is a GUID string.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="policyAssignmentInstanceId", Update=false)]
public string PolicyAssignmentInstanceId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=false, Description="The policy assignment instance ID associated with this enrollment.\r\n        The value is set to the instance ID of the policy assignment the policyAssignmentId references when the enrollment is created or updated.\r\n        The format is a GUID string.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="policyAssignmentInstanceId", Update=false)>]
member this.PolicyAssignmentInstanceId : string
Public ReadOnly Property PolicyAssignmentInstanceId As String

Property Value

Attributes

Applies to