Compartir a través de


TrackedResourceTags.FromJsonString(String) Method

Definition

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

public static Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api10.ITrackedResourceTags FromJsonString (string jsonText);
static member FromJsonString : string -> Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api10.ITrackedResourceTags
Public Shared Function FromJsonString (jsonText As String) As ITrackedResourceTags

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the TrackedResourceTags model class.

Applies to