다음을 통해 공유


DataBoxDiskGranularCopyProgress.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the DataBoxDiskGranularCopyProgress model class.

Applies to