共用方式為


EventCategoryCollection.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the EventCategoryCollection model class.

Applies to