Прочитать на английском

Поделиться через


WebhookNotification.FromJsonString(String) Method

Definition

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

C#
public static Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IWebhookNotification FromJsonString(string jsonText);

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the WebhookNotification model class.

Applies to