Udostępnij za pośrednictwem


ScheduledQueryRuleResourcePatch.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ScheduledQueryRuleResourcePatch model class.

Applies to