ComponentFeatureCapabilities class
Класс, представляющий ComponentFeatureCapabilities.
Конструкторы
Component |
Создание компонента ComponentFeatureCapabilities. |
Методы
get(string, string, Request |
Возвращает возможности функций компонента Application Insights. |
get(string, string, Request |
|
get(string, string, Service |
Сведения о конструкторе
ComponentFeatureCapabilities(ApplicationInsightsManagementClientContext)
Создание компонента ComponentFeatureCapabilities.
new ComponentFeatureCapabilities(client: ApplicationInsightsManagementClientContext)
Параметры
Ссылка на клиент службы.
Сведения о методе
get(string, string, RequestOptionsBase)
Возвращает возможности функций компонента Application Insights.
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentFeatureCapabilitiesGetResponse>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- resourceName
-
string
Имя ресурса компонента Application Insights.
- options
- RequestOptionsBase
Необязательные параметры
Возвращаемое значение
Обещание<Models.ComponentFeatureCapabilitiesGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- resourceName
-
string
Имя ресурса компонента Application Insights.
- options
- RequestOptionsBase
Необязательные параметры
Обратный вызов
get(string, string, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- resourceName
-
string
Имя ресурса компонента Application Insights.
Обратный вызов