IPlanData.BillingCycle Property
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.
different billing cycles like MONTHLY/WEEKLY. this could be enum
[Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.Info(Description="different billing cycles like MONTHLY/WEEKLY. this could be enum", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="billingCycle")]
public string BillingCycle { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.Info(Description="different billing cycles like MONTHLY/WEEKLY. this could be enum", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="billingCycle")>]
member this.BillingCycle : string with get, set
Public Property BillingCycle As String
Property Value
- Attributes