AlertRuleAnyOfOrLeafCondition.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the AlertRuleAnyOfOrLeafCondition model class.

Applies to