Language

CostInformation.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the CostInformation model class.

Applies to