Condividi tramite


ServerForUpdateTags.FromJsonString(String) Method

Definition

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

public static Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerForUpdateTags FromJsonString (string jsonText);
static member FromJsonString : string -> Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.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