次の方法で共有


ServicesPatchDescription.FromJsonString(String) Method

Definition

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

public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescription FromJsonString (string jsonText);
static member FromJsonString : string -> Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescription
Public Shared Function FromJsonString (jsonText As String) As IServicesPatchDescription

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ServicesPatchDescription model class.

Applies to