Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentBillingFeaturesInner
Packages that use ApplicationInsightsComponentBillingFeaturesInner
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentBillingFeaturesInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return ApplicationInsightsComponentBillingFeaturesInnerModifier and TypeMethodDescriptionReturns current billing features for an Application Insights component.ComponentCurrentBillingFeaturesClient.update(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties) Update current billing features for an Application Insights component.Methods in com.azure.resourcemanager.applicationinsights.fluent that return types with arguments of type ApplicationInsightsComponentBillingFeaturesInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationInsightsComponentBillingFeaturesInner>ComponentCurrentBillingFeaturesClient.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<ApplicationInsightsComponentBillingFeaturesInner>ComponentCurrentBillingFeaturesClient.updateWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties, com.azure.core.util.Context context) Update current billing features for an Application Insights component.Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type ApplicationInsightsComponentBillingFeaturesInnerModifier and TypeMethodDescriptionComponentCurrentBillingFeaturesClient.update(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties) Update current billing features for an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentBillingFeaturesInner>ComponentCurrentBillingFeaturesClient.updateWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties, com.azure.core.util.Context context) Update current billing features for an Application Insights component. -
Uses of ApplicationInsightsComponentBillingFeaturesInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return ApplicationInsightsComponentBillingFeaturesInnerModifier and TypeMethodDescriptionApplicationInsightsComponentBillingFeaturesInner.withCurrentBillingFeatures(List<String> currentBillingFeatures) Set the currentBillingFeatures property: Current enabled pricing plan.ApplicationInsightsComponentBillingFeaturesInner.withDataVolumeCap(ApplicationInsightsComponentDataVolumeCap dataVolumeCap) Set the dataVolumeCap property: An Application Insights component daily data volume cap. -
Uses of ApplicationInsightsComponentBillingFeaturesInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentBillingFeaturesInnerModifier and TypeMethodDescriptionApplicationInsightsComponentBillingFeatures.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentBillingFeaturesInner object.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type ApplicationInsightsComponentBillingFeaturesInnerModifier and TypeMethodDescriptionComponentCurrentBillingFeatures.update(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties) Update 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.