Share via


LoadTestResourcePatchRequestBody.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the LoadTestResourcePatchRequestBody model class.

Applies to