Compartir a través de


OutboundNetworkDependenciesEndpoint.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the OutboundNetworkDependenciesEndpoint model class.

Applies to