IPolicyState.OdataContext 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 context string; used by OData clients to resolve type information based on metadata.
[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="OData context string; used by OData clients to resolve type information based on metadata.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="@odata.context", Update=true)]
public string OdataContext { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="OData context string; used by OData clients to resolve type information based on metadata.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="@odata.context", Update=true)>]
member this.OdataContext : string with get, set
Public Property OdataContext As String
Property Value
- Attributes