Condividi tramite


EventSubscriptionFullUrl.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the EventSubscriptionFullUrl model class.

Applies to