ISummary.OdataId 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.
OData entity ID; always set to null since summaries do not have an entity ID.
[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="OData entity ID; always set to null since summaries 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 summaries 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