Megosztás a következőn keresztül:


AutoscaleNotification.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the AutoscaleNotification model class.

Applies to