Compartir a través de


ComponentAvailableFeatures class

Clase que representa un ComponentAvailableFeatures.

Constructores

ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)

Cree un ComponentAvailableFeatures.

Métodos

get(string, string, RequestOptionsBase)

Devuelve todas las características disponibles del componente application insights.

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

Detalles del constructor

ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)

Cree un ComponentAvailableFeatures.

new ComponentAvailableFeatures(client: ApplicationInsightsManagementClientContext)

Parámetros

client
ApplicationInsightsManagementClientContext

Referencia al cliente de servicio.

Detalles del método

get(string, string, RequestOptionsBase)

Devuelve todas las características disponibles del componente application insights.

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

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.ComponentAvailableFeaturesGetResponse<>

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

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

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<ApplicationInsightsComponentAvailableFeatures>)

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

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.