Bagikan melalui


DataBoxIdentity.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the DataBoxIdentity model class.

Applies to