Share via


PipelineGroupIdentity.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the PipelineGroupIdentity model class.

Applies to