Compartir a través de


WebTestLocations class

Clase que representa un WebTestLocations.

Constructores

WebTestLocations(ApplicationInsightsManagementClientContext)

Cree una webTestLocations.

Métodos

list(string, string, RequestOptionsBase)

Obtiene una lista de ubicaciones de prueba web disponibles para este componente de Application Insights.

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

Detalles del constructor

WebTestLocations(ApplicationInsightsManagementClientContext)

Cree una webTestLocations.

new WebTestLocations(client: ApplicationInsightsManagementClientContext)

Parámetros

client
ApplicationInsightsManagementClientContext

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<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

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.