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


ComponentAvailableFeatures class

Класс, представляющий componentAvailableFeatures.

Конструкторы

ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)

Создайте компонент ComponentAvailableFeatures.

Методы

get(string, string, RequestOptionsBase)

Возвращает все доступные функции компонента Application Insights.

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

Сведения о конструкторе

ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)

Создайте компонент ComponentAvailableFeatures.

new ComponentAvailableFeatures(client: ApplicationInsightsManagementClientContext)

Параметры

client
ApplicationInsightsManagementClientContext

Ссылка на клиент службы.

Сведения о методе

get(string, string, RequestOptionsBase)

Возвращает все доступные функции компонента Application Insights.

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

Параметры

resourceGroupName

string

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

resourceName

string

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

options
RequestOptionsBase

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

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

Обещание<Models.ComponentAvailableFeaturesGetResponse>

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

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

Параметры

resourceGroupName

string

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

resourceName

string

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

options
RequestOptionsBase

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

callback

ServiceCallback<ApplicationInsightsComponentAvailableFeatures>

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

get(string, string, ServiceCallback<ApplicationInsightsComponentAvailableFeatures>)

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

Параметры

resourceGroupName

string

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

resourceName

string

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

callback

ServiceCallback<ApplicationInsightsComponentAvailableFeatures>

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