Bagikan melalui


ReplacementMapsSelfHelp.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ReplacementMapsSelfHelp model class.

Applies to