get Component Current Billing Feature
suspend fun getComponentCurrentBillingFeature(argument: GetComponentCurrentBillingFeaturePlainArgs): GetComponentCurrentBillingFeatureResult
Returns current billing features for an Application Insights component. Uses Azure REST API version 2015-05-01.
Return
An Application Insights component billing features
Parameters
argument
null
suspend fun getComponentCurrentBillingFeature(resourceGroupName: String, resourceName: String): GetComponentCurrentBillingFeatureResult
Return
An Application Insights component billing features
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The name of the Application Insights component resource.
See also
suspend fun getComponentCurrentBillingFeature(argument: suspend GetComponentCurrentBillingFeaturePlainArgsBuilder.() -> Unit): GetComponentCurrentBillingFeatureResult
Return
An Application Insights component billing features
Parameters
argument
Builder for com.pulumi.azurenative.applicationinsights.kotlin.inputs.GetComponentCurrentBillingFeaturePlainArgs.