Condividi tramite


IComponentCurrentBillingFeaturesOperations Interface

Definition

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