Compartilhar via


ComponentAvailableFeatures class

Classe que representa um ComponenteAvailableFeatures.

Construtores

ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)

Crie um ComponenteAvailableFeatures.

Métodos

get(string, string, RequestOptionsBase)

Devolve todas as funcionalidades disponíveis do componente do Application Insights.

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

Detalhes do Construtor

ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)

Crie um ComponenteAvailableFeatures.

new ComponentAvailableFeatures(client: ApplicationInsightsManagementClientContext)

Parâmetros

client
ApplicationInsightsManagementClientContext

Referência ao cliente de serviço.

Detalhes de Método

get(string, string, RequestOptionsBase)

Devolve todas as funcionalidades disponíveis do componente do Application Insights.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

resourceName

string

O nome do recurso do componente do Application Insights.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.ComponentAvailableFeaturesGetResponse>

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

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

resourceName

string

O nome do recurso do componente do Application Insights.

options
RequestOptionsBase

Os parâmetros opcionais

get(string, string, ServiceCallback<ApplicationInsightsComponentAvailableFeatures>)

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

resourceName

string

O nome do recurso do componente do Application Insights.