Share via


EventHubEventSourceCreationProperties.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the EventHubEventSourceCreationProperties model class.

Applies to