次の方法で共有


ComponentCurrentBillingFeatures interface

ComponentCurrentBillingFeatures を表すインターフェイス。

メソッド

get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)

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

update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)

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

メソッドの詳細

get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)

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

function get(resourceGroupName: string, resourceName: string, options?: ComponentCurrentBillingFeaturesGetOptionalParams): Promise<ApplicationInsightsComponentBillingFeatures>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

options
ComponentCurrentBillingFeaturesGetOptionalParams

options パラメーター。

戻り値

update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)

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

function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: ComponentCurrentBillingFeaturesUpdateOptionalParams): Promise<ApplicationInsightsComponentBillingFeatures>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Application Insights コンポーネントの課金機能を更新するために指定する必要があるプロパティ。

options
ComponentCurrentBillingFeaturesUpdateOptionalParams

options パラメーター。

戻り値