Aracılığıyla paylaş


TestJobStreams class

TestJobStreams'i temsil eden sınıf.

Oluşturucular

TestJobStreams(AutomationClientContext)

TestJobStreams oluşturun.

Yöntemler

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

Runbook adı ve akış kimliğiyle tanımlanan test işinin test işi akışını alın.

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 adıyla tanımlanan test işi akışlarının listesini alın.

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

Runbook adıyla tanımlanan test işi akışlarının listesini alın.

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

Oluşturucu Ayrıntıları

TestJobStreams(AutomationClientContext)

TestJobStreams oluşturun.

new TestJobStreams(client: AutomationClientContext)

Parametreler

client
AutomationClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

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

Runbook adı ve akış kimliğiyle tanımlanan test işinin test işi akışını alın.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

jobStreamId

string

İş akışı kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

jobStreamId

string

İş akışı kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<JobStream>

Geri çağırma

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

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

jobStreamId

string

İş akışı kimliği.

callback

ServiceCallback<JobStream>

Geri çağırma

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

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

callback

ServiceCallback<JobStreamListResult>

Geri çağırma

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Runbook adıyla tanımlanan test işi akışlarının listesini alın.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
TestJobStreamsListByTestJobOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.TestJobStreamsListByTestJobResponse>

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

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
TestJobStreamsListByTestJobOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<JobStreamListResult>

Geri çağırma

listByTestJobNext(string, RequestOptionsBase)

Runbook adıyla tanımlanan test işi akışlarının listesini alın.

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.TestJobStreamsListByTestJobNextResponse>

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<JobStreamListResult>

Geri çağırma

listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

callback

ServiceCallback<JobStreamListResult>

Geri çağırma