次の方法で共有


ComponentCurrentBillingFeatures class

ComponentCurrentBillingFeatures を表すクラス。

コンストラクター

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

ComponentCurrentBillingFeatures を作成します。

メソッド

get(string, string, RequestOptionsBase)

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

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)

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

update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
update(string, string, ApplicationInsightsComponentBillingFeatures, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

コンストラクターの詳細

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

ComponentCurrentBillingFeatures を作成します。

new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)

パラメーター

client
ApplicationInsightsManagementClientContext

サービス クライアントへの参照。

メソッドの詳細

get(string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesGetResponse>

パラメーター

resourceGroupName

string

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

resourceName

string

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ComponentCurrentBillingFeaturesGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

options
RequestOptionsBase

省略可能なパラメーター

get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)

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

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

パラメーター

resourceGroupName

string

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

resourceName

string

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

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ComponentCurrentBillingFeaturesUpdateResponse>

update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

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

options
RequestOptionsBase

省略可能なパラメーター

update(string, string, ApplicationInsightsComponentBillingFeatures, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

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