다음을 통해 공유


TestLines interface

TestLines를 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdate(string, string, string, TestLine, TestLinesCreateOrUpdateOptionalParams)

TestLine 만들기

beginCreateOrUpdateAndWait(string, string, string, TestLine, TestLinesCreateOrUpdateOptionalParams)

TestLine 만들기

beginDelete(string, string, string, TestLinesDeleteOptionalParams)

TestLine 삭제

beginDeleteAndWait(string, string, string, TestLinesDeleteOptionalParams)

TestLine 삭제

get(string, string, string, TestLinesGetOptionalParams)

TestLine 가져오기

listByCommunicationsGateway(string, string, TestLinesListByCommunicationsGatewayOptionalParams)

CommunicationsGateway별 TestLine 리소스 나열

update(string, string, string, TestLineUpdate, TestLinesUpdateOptionalParams)

TestLine 업데이트

메서드 세부 정보

beginCreateOrUpdate(string, string, string, TestLine, TestLinesCreateOrUpdateOptionalParams)

TestLine 만들기

function beginCreateOrUpdate(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, resource: TestLine, options?: TestLinesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TestLine>, TestLine>>

매개 변수

resourceGroupName

string

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

communicationsGatewayName

string

이 배포에 대한 고유 식별자

testLineName

string

이 테스트 줄의 고유 식별자

resource
TestLine

리소스 만들기 매개 변수입니다.

options
TestLinesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<TestLine>, TestLine>>

beginCreateOrUpdateAndWait(string, string, string, TestLine, TestLinesCreateOrUpdateOptionalParams)

TestLine 만들기

function beginCreateOrUpdateAndWait(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, resource: TestLine, options?: TestLinesCreateOrUpdateOptionalParams): Promise<TestLine>

매개 변수

resourceGroupName

string

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

communicationsGatewayName

string

이 배포에 대한 고유 식별자

testLineName

string

이 테스트 줄의 고유 식별자

resource
TestLine

리소스 만들기 매개 변수입니다.

options
TestLinesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<TestLine>

beginDelete(string, string, string, TestLinesDeleteOptionalParams)

TestLine 삭제

function beginDelete(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, options?: TestLinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

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

communicationsGatewayName

string

이 배포에 대한 고유 식별자

testLineName

string

이 테스트 줄의 고유 식별자

options
TestLinesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, TestLinesDeleteOptionalParams)

TestLine 삭제

function beginDeleteAndWait(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, options?: TestLinesDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

communicationsGatewayName

string

이 배포에 대한 고유 식별자

testLineName

string

이 테스트 줄의 고유 식별자

options
TestLinesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, TestLinesGetOptionalParams)

TestLine 가져오기

function get(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, options?: TestLinesGetOptionalParams): Promise<TestLine>

매개 변수

resourceGroupName

string

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

communicationsGatewayName

string

이 배포에 대한 고유 식별자

testLineName

string

이 테스트 줄의 고유 식별자

options
TestLinesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<TestLine>

listByCommunicationsGateway(string, string, TestLinesListByCommunicationsGatewayOptionalParams)

CommunicationsGateway별 TestLine 리소스 나열

function listByCommunicationsGateway(resourceGroupName: string, communicationsGatewayName: string, options?: TestLinesListByCommunicationsGatewayOptionalParams): PagedAsyncIterableIterator<TestLine, TestLine[], PageSettings>

매개 변수

resourceGroupName

string

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

communicationsGatewayName

string

이 배포에 대한 고유 식별자

options
TestLinesListByCommunicationsGatewayOptionalParams

옵션 매개 변수입니다.

반환

update(string, string, string, TestLineUpdate, TestLinesUpdateOptionalParams)

TestLine 업데이트

function update(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, properties: TestLineUpdate, options?: TestLinesUpdateOptionalParams): Promise<TestLine>

매개 변수

resourceGroupName

string

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

communicationsGatewayName

string

이 배포에 대한 고유 식별자

testLineName

string

이 테스트 줄의 고유 식별자

properties
TestLineUpdate

업데이트할 리소스 속성입니다.

options
TestLinesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<TestLine>