你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LinkableEnvironmentResponse Class

Definition

Response for getting all the linkable environments

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

Constructors

LinkableEnvironmentResponse()

Creates an new LinkableEnvironmentResponse instance.

Properties

EnvironmentId

environment id for which user is an admin

EnvironmentName

Name of the environment

PlanDataBillingCycle

different billing cycles like MONTHLY/WEEKLY. this could be enum

PlanDataEffectiveDate

date when plan was applied

PlanDataPlanDetail

plan id as published by Dynatrace

PlanDataUsageType

different usage type like PAYG/COMMITTED. this could be enum

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LinkableEnvironmentResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LinkableEnvironmentResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LinkableEnvironmentResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to