IPolicyEvent.OdataId Property

Definition

OData entity ID; always set to null since policy event records do not have an entity ID.

[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="OData entity ID; always set to null since policy event records do not have an entity ID.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="@odata.id", Update=true)]
public string OdataId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="OData entity ID; always set to null since policy event records do not have an entity ID.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="@odata.id", Update=true)>]
member this.OdataId : string with get, set
Public Property OdataId As String

Property Value

Attributes

Applies to