다음을 통해 공유


WebTestLocations class

WebTestLocations를 나타내는 클래스입니다.

생성자

WebTestLocations(ApplicationInsightsManagementClientContext)

WebTestLocations를 만듭니다.

메서드

list(string, string, RequestOptionsBase)

이 Application Insights 구성 요소에서 사용할 수 있는 웹 테스트 위치 목록을 가져옵니다.

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

생성자 세부 정보

WebTestLocations(ApplicationInsightsManagementClientContext)

WebTestLocations를 만듭니다.

new WebTestLocations(client: ApplicationInsightsManagementClientContext)

매개 변수

client
ApplicationInsightsManagementClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

list(string, string, RequestOptionsBase)

이 Application Insights 구성 요소에서 사용할 수 있는 웹 테스트 위치 목록을 가져옵니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebTestLocationsListResponse>

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

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

list(string, string, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.