次の方法で共有


ActionsCustomProperties.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ActionsCustomProperties model class.

Applies to