Share via


IPlanData Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to