KeyValueTags.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the KeyValueTags model class.

Applies to