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

PlanData Class

Definition

Billing plan information.

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

Constructors

PlanData()

Creates an new PlanData instance.

Properties

BillingCycle

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

EffectiveDate

date when plan was applied

PlanDetail

plan id as published by Dynatrace

UsageType

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PlanData.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PlanData.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PlanData into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to