다음을 통해 공유


TestJobStreams class

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

생성자

TestJobStreams(AutomationClientContext)

TestJobStreams를 만듭니다.

메서드

get(string, string, string, string, RequestOptionsBase)

Runbook 이름 및 스트림 ID로 식별된 테스트 작업의 테스트 작업 스트림을 검색합니다.

get(string, string, string, string, RequestOptionsBase, ServiceCallback<JobStream>)
get(string, string, string, string, ServiceCallback<JobStream>)
listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Runbook 이름으로 식별된 테스트 작업 스트림 목록을 검색합니다.

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams, ServiceCallback<JobStreamListResult>)
listByTestJobNext(string, RequestOptionsBase)

Runbook 이름으로 식별된 테스트 작업 스트림 목록을 검색합니다.

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)
listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

생성자 세부 정보

TestJobStreams(AutomationClientContext)

TestJobStreams를 만듭니다.

new TestJobStreams(client: AutomationClientContext)

매개 변수

client
AutomationClientContext

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

메서드 세부 정보

get(string, string, string, string, RequestOptionsBase)

Runbook 이름 및 스트림 ID로 식별된 테스트 작업의 테스트 작업 스트림을 검색합니다.

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: RequestOptionsBase): Promise<TestJobStreamsGetResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

runbookName

string

Runbook 이름입니다.

jobStreamId

string

작업 스트림 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.TestJobStreamsGetResponse>

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

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options: RequestOptionsBase, callback: ServiceCallback<JobStream>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

runbookName

string

Runbook 이름입니다.

jobStreamId

string

작업 스트림 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<JobStream>

콜백

get(string, string, string, string, ServiceCallback<JobStream>)

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, callback: ServiceCallback<JobStream>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

runbookName

string

Runbook 이름입니다.

jobStreamId

string

작업 스트림 ID입니다.

callback

ServiceCallback<JobStream>

콜백

listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<JobStreamListResult>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

runbookName

string

Runbook 이름입니다.

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Runbook 이름으로 식별된 테스트 작업 스트림 목록을 검색합니다.

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): Promise<TestJobStreamsListByTestJobResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

runbookName

string

Runbook 이름입니다.

options
TestJobStreamsListByTestJobOptionalParams

선택적 매개 변수

반환

Promise<Models.TestJobStreamsListByTestJobResponse>

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams, ServiceCallback<JobStreamListResult>)

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options: TestJobStreamsListByTestJobOptionalParams, callback: ServiceCallback<JobStreamListResult>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

runbookName

string

Runbook 이름입니다.

options
TestJobStreamsListByTestJobOptionalParams

선택적 매개 변수

listByTestJobNext(string, RequestOptionsBase)

Runbook 이름으로 식별된 테스트 작업 스트림 목록을 검색합니다.

function listByTestJobNext(nextPageLink: string, options?: RequestOptionsBase): Promise<TestJobStreamsListByTestJobNextResponse>

매개 변수

nextPageLink

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.TestJobStreamsListByTestJobNextResponse>

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)

function listByTestJobNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobStreamListResult>)

매개 변수

nextPageLink

string

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

options
RequestOptionsBase

선택적 매개 변수

listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

function listByTestJobNext(nextPageLink: string, callback: ServiceCallback<JobStreamListResult>)

매개 변수

nextPageLink

string

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