Share via


ConfigServerResource.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ConfigServerResource model class.

Applies to