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


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

Необязательные параметры

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

Обещание<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

Необязательные параметры

callback

ServiceCallback<ApplicationInsightsComponentBillingFeatures>

Обратный вызов

get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

resourceName

string

Имя ресурса компонента Application Insights.

callback

ServiceCallback<ApplicationInsightsComponentBillingFeatures>

Обратный вызов

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

Необязательные параметры

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

Обещание<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

Необязательные параметры

callback

ServiceCallback<ApplicationInsightsComponentBillingFeatures>

Обратный вызов

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.

callback

ServiceCallback<ApplicationInsightsComponentBillingFeatures>

Обратный вызов