Dela via


ProcessThreadInfo.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ProcessThreadInfo model class.

Applies to