IPolicyAssignment.InstanceId 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 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