IPolicyAssignment.InstanceId Property

Definition

The instance ID of the policy assignment. This ID only and always changes when the assignment is deleted and recreated.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=false, Description="The instance ID of the policy assignment. This ID only and always changes when the assignment is deleted and recreated.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="instanceId", Update=false)]
public string InstanceId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=false, Description="The instance ID of the policy assignment. This ID only and always changes when the assignment is deleted and recreated.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="instanceId", Update=false)>]
member this.InstanceId : string
Public ReadOnly Property InstanceId As String

Property Value

Attributes

Applies to