Dela via


TopicTypeProperties.FromJsonString(String) Method

Definition

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

public static Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicTypeProperties FromJsonString (string jsonText);
static member FromJsonString : string -> Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicTypeProperties
Public Shared Function FromJsonString (jsonText As String) As ITopicTypeProperties

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the TopicTypeProperties model class.

Applies to