Share via


ILinkableEnvironmentResponse Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to