Share via


PurviewIdentity.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the PurviewIdentity model class.

Applies to