Dela via


QueryProperties.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the QueryProperties model class.

Applies to