Compartir a través de


WebhookUpdateParametersTags.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the WebhookUpdateParametersTags model class.

Applies to