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 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<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 não diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso do componente 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 não diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso do componente Application Insights.
O retorno de chamada