Share via


RelayNamespace.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the RelayNamespace model class.

Applies to