ComponentCurrentBillingFeatures Interface
public interface ComponentCurrentBillingFeatures
Resource collection API of ComponentCurrentBillingFeatures.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Application |
get(String resourceGroupName, String resourceName)
Returns current billing features for an Application Insights component. |
|
abstract
Response<Application |
getWithResponse(String resourceGroupName, String resourceName, Context context)
Returns current billing features for an Application Insights component. |
|
abstract
Application |
update(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties)
Update current billing features for an Application Insights component. |
|
abstract
Response<Application |
updateWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties, Context context)
Update current billing features for an Application Insights component. |
Method Details
get
public abstract ApplicationInsightsComponentBillingFeatures get(String resourceGroupName, String resourceName)
Returns current billing features for an Application Insights component.
Parameters:
Returns:
getWithResponse
public abstract Response<ApplicationInsightsComponentBillingFeatures> getWithResponse(String resourceGroupName, String resourceName, Context context)
Returns current billing features for an Application Insights component.
Parameters:
Returns:
update
public abstract ApplicationInsightsComponentBillingFeatures update(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties)
Update current billing features for an Application Insights component.
Parameters:
Returns:
updateWithResponse
public abstract Response<ApplicationInsightsComponentBillingFeatures> updateWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties, Context context)
Update current billing features for an Application Insights component.
Parameters:
Returns: