共用方式為


Change.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the Change model class.

Applies to