Share via


ServerForUpdateTags.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ServerForUpdateTags model class.

Applies to