Compartir a través de


ComponentFeatureCapabilities class

Clase que representa un ComponentFeatureCapabilities.

Constructores

ComponentFeatureCapabilities(ApplicationInsightsManagementClientContext)

Cree un ComponentFeatureCapabilities.

Métodos

get(string, string, RequestOptionsBase)

Devuelve las funcionalidades de características del componente de Application Insights.

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

Detalles del constructor

ComponentFeatureCapabilities(ApplicationInsightsManagementClientContext)

Cree un ComponentFeatureCapabilities.

new ComponentFeatureCapabilities(client: ApplicationInsightsManagementClientContext)

Parámetros

client
ApplicationInsightsManagementClientContext

Referencia al cliente de servicio.

Detalles del método

get(string, string, RequestOptionsBase)

Devuelve las funcionalidades de características del componente de Application Insights.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Modelos de promesas.ComponentFeatureCapabilitiesGetResponse<>

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

options
RequestOptionsBase

Los parámetros opcionales

get(string, string, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.