Udostępnij przez


ServiceUpdate.FromJsonString(String) Method

Definition

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

public static Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IServiceUpdate FromJsonString(string jsonText);
static member FromJsonString : string -> Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IServiceUpdate
Public Shared Function FromJsonString (jsonText As String) As IServiceUpdate

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ServiceUpdate model class.

Applies to