Freigeben über


PublicNetworkSolution.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the PublicNetworkSolution model class.

Applies to