ComponentCurrentBillingFeaturesClient Interface
public interface ComponentCurrentBillingFeaturesClient
An instance of this class provides access to all the operations defined in ComponentCurrentBillingFeaturesClient.
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 ApplicationInsightsComponentBillingFeaturesInner get(String resourceGroupName, String resourceName)
Returns current billing features for an Application Insights component.
Parameters:
Returns:
getWithResponse
public abstract Response<ApplicationInsightsComponentBillingFeaturesInner> getWithResponse(String resourceGroupName, String resourceName, Context context)
Returns current billing features for an Application Insights component.
Parameters:
Returns:
update
public abstract ApplicationInsightsComponentBillingFeaturesInner update(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties)
Update current billing features for an Application Insights component.
Parameters:
Returns:
updateWithResponse
public abstract Response<ApplicationInsightsComponentBillingFeaturesInner> updateWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties, Context context)
Update current billing features for an Application Insights component.
Parameters:
Returns: