ComponentCurrentBillingFeatures class
Класс, представляющий ComponentCurrentBillingFeatures.
Конструкторы
Component |
Создайте componentCurrentBillingFeatures. |
Методы
get(string, string, Request |
Возвращает текущие функции выставления счетов для компонента Application Insights. |
get(string, string, Request |
|
get(string, string, Service |
|
update(string, string, Application |
Обновите текущие функции выставления счетов для компонента Application Insights. |
update(string, string, Application |
|
update(string, string, Application |
Сведения о конструкторе
ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)
Создайте componentCurrentBillingFeatures.
new ComponentCurrentBillingFeatures(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
Необязательные параметры
Обратный вызов
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
Необязательные параметры
Возвращаемое значение
Обещание<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.
Обратный вызов