Condividi tramite


ApplicationInsightsComponentBillingFeatures.CurrentBillingFeatures Property

Definition

Gets or sets current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.

[Newtonsoft.Json.JsonProperty(PropertyName="CurrentBillingFeatures")]
public System.Collections.Generic.IList<string> CurrentBillingFeatures { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="CurrentBillingFeatures")>]
member this.CurrentBillingFeatures : System.Collections.Generic.IList<string> with get, set
Public Property CurrentBillingFeatures As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to