Udostępnij przez


IApplicationInsightsComponentBillingFeatures.CurrentBillingFeature Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Create=true, Description="Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="CurrentBillingFeatures", Update=true)]
public System.Collections.Generic.List<string> CurrentBillingFeature { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Create=true, Description="Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="CurrentBillingFeatures", Update=true)>]
member this.CurrentBillingFeature : System.Collections.Generic.List<string> with get, set
Public Property CurrentBillingFeature As List(Of String)

Property Value

Attributes

Applies to