LinkableEnvironmentResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |