Share via


DeploymentCluster.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the DeploymentCluster model class.

Applies to