Поделиться через


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

Параметры параметров.

Возвращаемое значение

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

Параметры параметров.

Возвращаемое значение