Uses of Interface
com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentBillingFeatures
Packages that use ApplicationInsightsComponentBillingFeatures
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentBillingFeatures in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentBillingFeaturesModifier and TypeMethodDescriptionReturns current billing features for an Application Insights component.ComponentCurrentBillingFeatures.update(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties) Update current billing features for an Application Insights component.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ApplicationInsightsComponentBillingFeaturesModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationInsightsComponentBillingFeatures>ComponentCurrentBillingFeatures.getWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Returns current billing features for an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentBillingFeatures>ComponentCurrentBillingFeatures.updateWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties, com.azure.core.util.Context context) Update current billing features for an Application Insights component.