Share via


LinkableEnvironmentListResponse Class

Definition

Response for getting all the linkable environments

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.LinkableEnvironmentListResponseTypeConverter))]
public class LinkableEnvironmentListResponse : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.ILinkableEnvironmentListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.LinkableEnvironmentListResponseTypeConverter))>]
type LinkableEnvironmentListResponse = class
    interface ILinkableEnvironmentListResponse
    interface IJsonSerializable
Public Class LinkableEnvironmentListResponse
Implements ILinkableEnvironmentListResponse
Inheritance
LinkableEnvironmentListResponse
Attributes
Implements

Constructors

LinkableEnvironmentListResponse()

Creates an new LinkableEnvironmentListResponse instance.

Properties

NextLink

Link to the next set of results, if any.

Value

List of environments for which user is an admin

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LinkableEnvironmentListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LinkableEnvironmentListResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.ILinkableEnvironmentListResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LinkableEnvironmentListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to