Freigeben über


GraphQueryError1.FromJsonString(String) Method

Definition

Creates a new instance of GraphQueryError1, deserializing the content from a json string.

public static Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.IGraphQueryError1 FromJsonString(string jsonText);
static member FromJsonString : string -> Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.IGraphQueryError1
Public Shared Function FromJsonString (jsonText As String) As IGraphQueryError1

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the GraphQueryError1 model class.

Applies to