WebTestLocations class
Clase que representa un WebTestLocations.
Constructores
Web |
Cree una webTestLocations. |
Métodos
list(string, string, Request |
Obtiene una lista de ubicaciones de prueba web disponibles para este componente de Application Insights. |
list(string, string, Request |
|
list(string, string, Service |
Detalles del constructor
WebTestLocations(ApplicationInsightsManagementClientContext)
Cree una webTestLocations.
new WebTestLocations(client: ApplicationInsightsManagementClientContext)
Parámetros
Referencia al cliente de servicio.
Detalles del método
list(string, string, RequestOptionsBase)
Obtiene una lista de ubicaciones de prueba web disponibles para este componente de Application Insights.
function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<WebTestLocationsListResponse>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- resourceName
-
string
Nombre del recurso de componente de Application Insights.
- options
- RequestOptionsBase
Parámetros opcionales
Devoluciones
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
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- resourceName
-
string
Nombre del recurso de componente de Application Insights.
- options
- RequestOptionsBase
Parámetros opcionales
La devolución de llamada
list(string, string, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- resourceName
-
string
Nombre del recurso de componente de Application Insights.
La devolución de llamada