azure-native.insights.getComponentCurrentBillingFeature
Explore with Pulumi AI
Returns current billing features for an Application Insights component. Azure REST API version: 2015-05-01.
Using getComponentCurrentBillingFeature
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getComponentCurrentBillingFeature(args: GetComponentCurrentBillingFeatureArgs, opts?: InvokeOptions): Promise<GetComponentCurrentBillingFeatureResult>
function getComponentCurrentBillingFeatureOutput(args: GetComponentCurrentBillingFeatureOutputArgs, opts?: InvokeOptions): Output<GetComponentCurrentBillingFeatureResult>
def get_component_current_billing_feature(resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetComponentCurrentBillingFeatureResult
def get_component_current_billing_feature_output(resource_group_name: Optional[pulumi.Input[str]] = None,
resource_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetComponentCurrentBillingFeatureResult]
func LookupComponentCurrentBillingFeature(ctx *Context, args *LookupComponentCurrentBillingFeatureArgs, opts ...InvokeOption) (*LookupComponentCurrentBillingFeatureResult, error)
func LookupComponentCurrentBillingFeatureOutput(ctx *Context, args *LookupComponentCurrentBillingFeatureOutputArgs, opts ...InvokeOption) LookupComponentCurrentBillingFeatureResultOutput
> Note: This function is named LookupComponentCurrentBillingFeature
in the Go SDK.
public static class GetComponentCurrentBillingFeature
{
public static Task<GetComponentCurrentBillingFeatureResult> InvokeAsync(GetComponentCurrentBillingFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetComponentCurrentBillingFeatureResult> Invoke(GetComponentCurrentBillingFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetComponentCurrentBillingFeatureResult> getComponentCurrentBillingFeature(GetComponentCurrentBillingFeatureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:insights:getComponentCurrentBillingFeature
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Resource
Name string The name of the Application Insights component resource.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Resource
Name string The name of the Application Insights component resource.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- resource
Name String The name of the Application Insights component resource.
- resource
Group stringName The name of the resource group. The name is case insensitive.
- resource
Name string The name of the Application Insights component resource.
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- resource_
name str The name of the Application Insights component resource.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- resource
Name String The name of the Application Insights component resource.
getComponentCurrentBillingFeature Result
The following output properties are available:
- Current
Billing List<string>Features Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.
- Data
Volume Pulumi.Cap Azure Native. Insights. Outputs. Application Insights Component Data Volume Cap Response An Application Insights component daily data volume cap
- Current
Billing []stringFeatures Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.
- Data
Volume ApplicationCap Insights Component Data Volume Cap Response An Application Insights component daily data volume cap
- current
Billing List<String>Features Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.
- data
Volume ApplicationCap Insights Component Data Volume Cap Response An Application Insights component daily data volume cap
- current
Billing string[]Features Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.
- data
Volume ApplicationCap Insights Component Data Volume Cap Response An Application Insights component daily data volume cap
- current_
billing_ Sequence[str]features Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.
- data_
volume_ Applicationcap Insights Component Data Volume Cap Response An Application Insights component daily data volume cap
- current
Billing List<String>Features Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.
- data
Volume Property MapCap An Application Insights component daily data volume cap
Supporting Types
ApplicationInsightsComponentDataVolumeCapResponse
- Max
History doubleCap Maximum daily data volume cap that the user can set for this component.
- Reset
Time int Daily data volume cap UTC reset hour.
- Cap double
Daily data volume cap in GB.
- Stop
Send boolNotification When Hit Cap Do not send a notification email when the daily data volume cap is met.
- Stop
Send boolNotification When Hit Threshold Reserved, not used for now.
- Warning
Threshold int Reserved, not used for now.
- Max
History float64Cap Maximum daily data volume cap that the user can set for this component.
- Reset
Time int Daily data volume cap UTC reset hour.
- Cap float64
Daily data volume cap in GB.
- Stop
Send boolNotification When Hit Cap Do not send a notification email when the daily data volume cap is met.
- Stop
Send boolNotification When Hit Threshold Reserved, not used for now.
- Warning
Threshold int Reserved, not used for now.
- max
History DoubleCap Maximum daily data volume cap that the user can set for this component.
- reset
Time Integer Daily data volume cap UTC reset hour.
- cap Double
Daily data volume cap in GB.
- stop
Send BooleanNotification When Hit Cap Do not send a notification email when the daily data volume cap is met.
- stop
Send BooleanNotification When Hit Threshold Reserved, not used for now.
- warning
Threshold Integer Reserved, not used for now.
- max
History numberCap Maximum daily data volume cap that the user can set for this component.
- reset
Time number Daily data volume cap UTC reset hour.
- cap number
Daily data volume cap in GB.
- stop
Send booleanNotification When Hit Cap Do not send a notification email when the daily data volume cap is met.
- stop
Send booleanNotification When Hit Threshold Reserved, not used for now.
- warning
Threshold number Reserved, not used for now.
- max_
history_ floatcap Maximum daily data volume cap that the user can set for this component.
- reset_
time int Daily data volume cap UTC reset hour.
- cap float
Daily data volume cap in GB.
- stop_
send_ boolnotification_ when_ hit_ cap Do not send a notification email when the daily data volume cap is met.
- stop_
send_ boolnotification_ when_ hit_ threshold Reserved, not used for now.
- warning_
threshold int Reserved, not used for now.
- max
History NumberCap Maximum daily data volume cap that the user can set for this component.
- reset
Time Number Daily data volume cap UTC reset hour.
- cap Number
Daily data volume cap in GB.
- stop
Send BooleanNotification When Hit Cap Do not send a notification email when the daily data volume cap is met.
- stop
Send BooleanNotification When Hit Threshold Reserved, not used for now.
- warning
Threshold Number Reserved, not used for now.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0