다음을 통해 공유


WebTests class

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

생성자

WebTests(ApplicationInsightsManagementClientContext)

WebTests를 만듭니다.

메서드

createOrUpdate(string, string, WebTest, RequestOptionsBase)

Application Insights 웹 테스트 정의를 만들거나 업데이트합니다.

createOrUpdate(string, string, WebTest, RequestOptionsBase, ServiceCallback<WebTest>)
createOrUpdate(string, string, WebTest, ServiceCallback<WebTest>)
deleteMethod(string, string, RequestOptionsBase)

Application Insights 웹 테스트를 삭제합니다.

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

특정 Application Insights 웹 테스트 정의를 가져옵니다.

get(string, string, RequestOptionsBase, ServiceCallback<WebTest>)
get(string, string, ServiceCallback<WebTest>)
list(RequestOptionsBase)

구독 내에서 모든 Application Insights 웹 테스트 경고 정의를 가져옵니다.

list(RequestOptionsBase, ServiceCallback<WebTestListResult>)
list(ServiceCallback<WebTestListResult>)
listByComponent(string, string, RequestOptionsBase)

지정된 구성 요소에 대해 정의된 모든 Application Insights 웹 테스트를 가져옵니다.

listByComponent(string, string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
listByComponent(string, string, ServiceCallback<WebTestListResult>)
listByComponentNext(string, RequestOptionsBase)

지정된 구성 요소에 대해 정의된 모든 Application Insights 웹 테스트를 가져옵니다.

listByComponentNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
listByComponentNext(string, ServiceCallback<WebTestListResult>)
listByResourceGroup(string, RequestOptionsBase)

지정된 리소스 그룹 내에 정의된 모든 Application Insights 웹 테스트를 가져옵니다.

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
listByResourceGroup(string, ServiceCallback<WebTestListResult>)
listByResourceGroupNext(string, RequestOptionsBase)

지정된 리소스 그룹 내에 정의된 모든 Application Insights 웹 테스트를 가져옵니다.

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
listByResourceGroupNext(string, ServiceCallback<WebTestListResult>)
listNext(string, RequestOptionsBase)

구독 내에서 모든 Application Insights 웹 테스트 경고 정의를 가져옵니다.

listNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
listNext(string, ServiceCallback<WebTestListResult>)
updateTags(string, string, TagsResource, RequestOptionsBase)

Application Insights 웹 테스트 정의를 만들거나 업데이트합니다.

updateTags(string, string, TagsResource, RequestOptionsBase, ServiceCallback<WebTest>)
updateTags(string, string, TagsResource, ServiceCallback<WebTest>)

생성자 세부 정보

WebTests(ApplicationInsightsManagementClientContext)

WebTests를 만듭니다.

new WebTests(client: ApplicationInsightsManagementClientContext)

매개 변수

client
ApplicationInsightsManagementClientContext

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

메서드 세부 정보

createOrUpdate(string, string, WebTest, RequestOptionsBase)

Application Insights 웹 테스트 정의를 만들거나 업데이트합니다.

function createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, options?: RequestOptionsBase): Promise<WebTestsCreateOrUpdateResponse>

매개 변수

resourceGroupName

string

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

webTestName

string

Application Insights 웹 테스트 리소스의 이름입니다.

webTestDefinition
WebTest

Application Insights 웹 테스트 정의를 만들거나 업데이트하기 위해 지정해야 하는 속성입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebTestsCreateOrUpdateResponse>

createOrUpdate(string, string, WebTest, RequestOptionsBase, ServiceCallback<WebTest>)

function createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, options: RequestOptionsBase, callback: ServiceCallback<WebTest>)

매개 변수

resourceGroupName

string

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

webTestName

string

Application Insights 웹 테스트 리소스의 이름입니다.

webTestDefinition
WebTest

Application Insights 웹 테스트 정의를 만들거나 업데이트하기 위해 지정해야 하는 속성입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<WebTest>

콜백

createOrUpdate(string, string, WebTest, ServiceCallback<WebTest>)

function createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, callback: ServiceCallback<WebTest>)

매개 변수

resourceGroupName

string

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

webTestName

string

Application Insights 웹 테스트 리소스의 이름입니다.

webTestDefinition
WebTest

Application Insights 웹 테스트 정의를 만들거나 업데이트하기 위해 지정해야 하는 속성입니다.

callback

ServiceCallback<WebTest>

콜백

deleteMethod(string, string, RequestOptionsBase)

Application Insights 웹 테스트를 삭제합니다.

function deleteMethod(resourceGroupName: string, webTestName: string, options?: RequestOptionsBase): Promise<RestResponse>

매개 변수

resourceGroupName

string

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

webTestName

string

Application Insights 웹 테스트 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, webTestName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

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

webTestName

string

Application Insights 웹 테스트 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, webTestName: string, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

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

webTestName

string

Application Insights 웹 테스트 리소스의 이름입니다.

callback

ServiceCallback<void>

콜백

get(string, string, RequestOptionsBase)

특정 Application Insights 웹 테스트 정의를 가져옵니다.

function get(resourceGroupName: string, webTestName: string, options?: RequestOptionsBase): Promise<WebTestsGetResponse>

매개 변수

resourceGroupName

string

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

webTestName

string

Application Insights 웹 테스트 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebTestsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<WebTest>)

function get(resourceGroupName: string, webTestName: string, options: RequestOptionsBase, callback: ServiceCallback<WebTest>)

매개 변수

resourceGroupName

string

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

webTestName

string

Application Insights 웹 테스트 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<WebTest>

콜백

get(string, string, ServiceCallback<WebTest>)

function get(resourceGroupName: string, webTestName: string, callback: ServiceCallback<WebTest>)

매개 변수

resourceGroupName

string

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

webTestName

string

Application Insights 웹 테스트 리소스의 이름입니다.

callback

ServiceCallback<WebTest>

콜백

list(RequestOptionsBase)

구독 내에서 모든 Application Insights 웹 테스트 경고 정의를 가져옵니다.

function list(options?: RequestOptionsBase): Promise<WebTestsListResponse>

매개 변수

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebTestsListResponse>

list(RequestOptionsBase, ServiceCallback<WebTestListResult>)

function list(options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)

매개 변수

options
RequestOptionsBase

선택적 매개 변수

list(ServiceCallback<WebTestListResult>)

function list(callback: ServiceCallback<WebTestListResult>)

매개 변수

listByComponent(string, string, RequestOptionsBase)

지정된 구성 요소에 대해 정의된 모든 Application Insights 웹 테스트를 가져옵니다.

function listByComponent(componentName: string, resourceGroupName: string, options?: RequestOptionsBase): Promise<WebTestsListByComponentResponse>

매개 변수

componentName

string

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

resourceGroupName

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebTestsListByComponentResponse>

listByComponent(string, string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

function listByComponent(componentName: string, resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)

매개 변수

componentName

string

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

resourceGroupName

string

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

options
RequestOptionsBase

선택적 매개 변수

listByComponent(string, string, ServiceCallback<WebTestListResult>)

function listByComponent(componentName: string, resourceGroupName: string, callback: ServiceCallback<WebTestListResult>)

매개 변수

componentName

string

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

resourceGroupName

string

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

listByComponentNext(string, RequestOptionsBase)

지정된 구성 요소에 대해 정의된 모든 Application Insights 웹 테스트를 가져옵니다.

function listByComponentNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WebTestsListByComponentNextResponse>

매개 변수

nextPageLink

string

이전의 성공적인 목록 호출 작업의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebTestsListByComponentNextResponse>

listByComponentNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

function listByComponentNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)

매개 변수

nextPageLink

string

이전의 성공적인 목록 호출 작업의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listByComponentNext(string, ServiceCallback<WebTestListResult>)

function listByComponentNext(nextPageLink: string, callback: ServiceCallback<WebTestListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

listByResourceGroup(string, RequestOptionsBase)

지정된 리소스 그룹 내에 정의된 모든 Application Insights 웹 테스트를 가져옵니다.

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<WebTestsListByResourceGroupResponse>

매개 변수

resourceGroupName

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebTestsListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)

매개 변수

resourceGroupName

string

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

options
RequestOptionsBase

선택적 매개 변수

listByResourceGroup(string, ServiceCallback<WebTestListResult>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<WebTestListResult>)

매개 변수

resourceGroupName

string

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

listByResourceGroupNext(string, RequestOptionsBase)

지정된 리소스 그룹 내에 정의된 모든 Application Insights 웹 테스트를 가져옵니다.

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WebTestsListByResourceGroupNextResponse>

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebTestsListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listByResourceGroupNext(string, ServiceCallback<WebTestListResult>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<WebTestListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

listNext(string, RequestOptionsBase)

구독 내에서 모든 Application Insights 웹 테스트 경고 정의를 가져옵니다.

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WebTestsListNextResponse>

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebTestsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listNext(string, ServiceCallback<WebTestListResult>)

function listNext(nextPageLink: string, callback: ServiceCallback<WebTestListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

updateTags(string, string, TagsResource, RequestOptionsBase)

Application Insights 웹 테스트 정의를 만들거나 업데이트합니다.

function updateTags(resourceGroupName: string, webTestName: string, webTestTags: TagsResource, options?: RequestOptionsBase): Promise<WebTestsUpdateTagsResponse>

매개 변수

resourceGroupName

string

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

webTestName

string

Application Insights 웹 테스트 리소스의 이름입니다.

webTestTags
TagsResource

웹 테스트 인스턴스로 설정하도록 태그 정보를 업데이트했습니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebTestsUpdateTagsResponse>

updateTags(string, string, TagsResource, RequestOptionsBase, ServiceCallback<WebTest>)

function updateTags(resourceGroupName: string, webTestName: string, webTestTags: TagsResource, options: RequestOptionsBase, callback: ServiceCallback<WebTest>)

매개 변수

resourceGroupName

string

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

webTestName

string

Application Insights 웹 테스트 리소스의 이름입니다.

webTestTags
TagsResource

웹 테스트 인스턴스로 설정하도록 태그 정보를 업데이트했습니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<WebTest>

콜백

updateTags(string, string, TagsResource, ServiceCallback<WebTest>)

function updateTags(resourceGroupName: string, webTestName: string, webTestTags: TagsResource, callback: ServiceCallback<WebTest>)

매개 변수

resourceGroupName

string

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

webTestName

string

Application Insights 웹 테스트 리소스의 이름입니다.

webTestTags
TagsResource

웹 테스트 인스턴스로 설정하도록 태그 정보를 업데이트했습니다.

callback

ServiceCallback<WebTest>

콜백