次の方法で共有


ScheduleUpdateProperties.FromJsonString(String) Method

Definition

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

public static Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IScheduleUpdateProperties FromJsonString (string jsonText);
static member FromJsonString : string -> Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IScheduleUpdateProperties
Public Shared Function FromJsonString (jsonText As String) As IScheduleUpdateProperties

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ScheduleUpdateProperties model class.

Applies to