Share via


ISwitchBillingRequest.PlanDataBillingCycle Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.NewRelic.PSArgumentCompleter(new System.String[] { "YEARLY", "MONTHLY", "WEEKLY" })]
[Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.Info(Create=true, Description="Different billing cycles like MONTHLY/WEEKLY. this could be enum", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="billingCycle", Update=true)]
public string PlanDataBillingCycle { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.PSArgumentCompleter(new System.String[] { "YEARLY", "MONTHLY", "WEEKLY" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.Info(Create=true, Description="Different billing cycles like MONTHLY/WEEKLY. this could be enum", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="billingCycle", Update=true)>]
member this.PlanDataBillingCycle : string with get, set
Public Property PlanDataBillingCycle As String

Property Value

Attributes

Applies to