Partilhar via


WebTestLocations class

Classe que representa um WebTestLocations.

Construtores

WebTestLocations(ApplicationInsightsManagementClientContext)

Crie um WebTestLocations.

Métodos

list(string, string, RequestOptionsBase)

Obtém uma lista de locais de teste da Web disponíveis para este componente do Application Insights.

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
list(string, string, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

Detalhes do Construtor

WebTestLocations(ApplicationInsightsManagementClientContext)

Crie um WebTestLocations.

new WebTestLocations(client: ApplicationInsightsManagementClientContext)

Parâmetros

client
ApplicationInsightsManagementClientContext

Referência ao cliente do serviço.

Detalhes de Método

list(string, string, RequestOptionsBase)

Obtém uma lista de locais de teste da Web disponíveis para este componente do Application Insights.

function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<WebTestLocationsListResponse>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

resourceName

string

O nome do recurso do componente Application Insights.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.WebTestLocationsListResponse>

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

resourceName

string

O nome do recurso do componente Application Insights.

options
RequestOptionsBase

Os parâmetros opcionais

list(string, string, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

resourceName

string

O nome do recurso do componente Application Insights.