Share via


LinkableEnvironmentListResponse.FromJsonString(String) Method

Definition

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

public static Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.ILinkableEnvironmentListResponse FromJsonString (string jsonText);
static member FromJsonString : string -> Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.ILinkableEnvironmentListResponse
Public Shared Function FromJsonString (jsonText As String) As ILinkableEnvironmentListResponse

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the LinkableEnvironmentListResponse model class.

Applies to