Bagikan melalui


UpdateResourceTags.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the UpdateResourceTags model class.

Applies to