次の方法で共有


IComponentCurrentBillingFeaturesOperations インターフェイス

定義

ComponentCurrentBillingFeaturesOperations 操作。

public interface IComponentCurrentBillingFeaturesOperations
type IComponentCurrentBillingFeaturesOperations = interface
Public Interface IComponentCurrentBillingFeaturesOperations

メソッド

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Application Insights コンポーネントの現在の課金機能を返します。

UpdateWithHttpMessagesAsync(String, String, ApplicationInsightsComponentBillingFeatures, Dictionary<String,List<String>>, CancellationToken)

Application Insights コンポーネントの現在の課金機能を更新します。

拡張メソッド

Get(IComponentCurrentBillingFeaturesOperations, String, String)

Application Insights コンポーネントの現在の課金機能を返します。

GetAsync(IComponentCurrentBillingFeaturesOperations, String, String, CancellationToken)

Application Insights コンポーネントの現在の課金機能を返します。

Update(IComponentCurrentBillingFeaturesOperations, String, String, ApplicationInsightsComponentBillingFeatures)

Application Insights コンポーネントの現在の課金機能を更新します。

UpdateAsync(IComponentCurrentBillingFeaturesOperations, String, String, ApplicationInsightsComponentBillingFeatures, CancellationToken)

Application Insights コンポーネントの現在の課金機能を更新します。

適用対象