Share via


AgentPropertiesErrorDetails.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the AgentPropertiesErrorDetails model class.

Applies to