WebTestLocations class
Classe que representa um WebTestLocations.
Construtores
Web |
Crie um WebTestLocations. |
Métodos
list(string, string, Request |
Obtém uma lista de locais de teste da Web disponíveis para este componente do Application Insights. |
list(string, string, Request |
|
list(string, string, Service |
Detalhes do construtor
WebTestLocations(ApplicationInsightsManagementClientContext)
Crie um WebTestLocations.
new WebTestLocations(client: ApplicationInsightsManagementClientContext)
Parâmetros
Referência ao cliente de serviço.
Detalhes do 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 diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso de componente do Application Insights.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<WebTestLocationsListResponse>
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 diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso de componente do Application Insights.
- options
- RequestOptionsBase
Os parâmetros opcionais
O retorno de chamada
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 diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso de componente do Application Insights.
O retorno de chamada