IComponentCurrentBillingFeaturesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ComponentCurrentBillingFeaturesOperations operations.
public interface IComponentCurrentBillingFeaturesOperations
type IComponentCurrentBillingFeaturesOperations = interface
Public Interface IComponentCurrentBillingFeaturesOperations
Methods
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Returns current billing features for an Application Insights component. |
UpdateWithHttpMessagesAsync(String, String, ApplicationInsightsComponentBillingFeatures, Dictionary<String,List<String>>, CancellationToken) |
Update current billing features for an Application Insights component. |
Extension Methods
Get(IComponentCurrentBillingFeaturesOperations, String, String) |
Returns current billing features for an Application Insights component. |
GetAsync(IComponentCurrentBillingFeaturesOperations, String, String, CancellationToken) |
Returns current billing features for an Application Insights component. |
Update(IComponentCurrentBillingFeaturesOperations, String, String, ApplicationInsightsComponentBillingFeatures) |
Update current billing features for an Application Insights component. |
UpdateAsync(IComponentCurrentBillingFeaturesOperations, String, String, ApplicationInsightsComponentBillingFeatures, CancellationToken) |
Update current billing features for an Application Insights component. |
Applies to
Azure SDK for .NET