Share via


LoadTestResourcePatchRequestBodyProperties.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the LoadTestResourcePatchRequestBodyProperties model class.

Applies to