次の方法で共有


AuthPlatform.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the AuthPlatform model class.

Applies to