TestJobStreams class
Klasse, die einen TestJobStreams darstellt.
Konstruktoren
| Test |
Erstellen Sie einen TestJobStreams. |
Methoden
Details zum Konstruktor
TestJobStreams(AutomationClientContext)
Erstellen Sie einen TestJobStreams.
new TestJobStreams(client: AutomationClientContext)
Parameter
- client
- AutomationClientContext
Verweisen auf den Dienstclient.
Details zur Methode
get(string, string, string, string, RequestOptionsBase)
Rufen Sie einen Testauftragsstream des Testauftrags ab, der durch runbook-Name und Stream-ID identifiziert wird.
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: RequestOptionsBase): Promise<TestJobStreamsGetResponse>
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- runbookName
-
string
Der Name des Runbook.
- jobStreamId
-
string
Die Auftragsdatenstrom-ID.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<TestJobStreamsGetResponse>
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>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- runbookName
-
string
Der Name des Runbook.
- jobStreamId
-
string
Die Auftragsdatenstrom-ID.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf
get(string, string, string, string, ServiceCallback<JobStream>)
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, callback: ServiceCallback<JobStream>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- runbookName
-
string
Der Name des Runbook.
- jobStreamId
-
string
Die Auftragsdatenstrom-ID.
- callback
Der Rückruf
listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<JobStreamListResult>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- runbookName
-
string
Der Name des Runbook.
- callback
Der Rückruf
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)
Dient zum Abrufen einer Liste von Testauftragsdatenströmen, die durch den Namen des Runbook identifiziert werden.
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): Promise<TestJobStreamsListByTestJobResponse>
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- runbookName
-
string
Der Name des Runbook.
Die optionalen Parameter
Gibt zurück
Promise<TestJobStreamsListByTestJobResponse>
Promise<Models.TestJobStreamsListByTestJobResponse>
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams, ServiceCallback<JobStreamListResult>)
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options: TestJobStreamsListByTestJobOptionalParams, callback: ServiceCallback<JobStreamListResult>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- runbookName
-
string
Der Name des Runbook.
Die optionalen Parameter
- callback
Der Rückruf
listByTestJobNext(string, RequestOptionsBase)
Dient zum Abrufen einer Liste von Testauftragsdatenströmen, die durch den Namen des Runbook identifiziert werden.
function listByTestJobNext(nextPageLink: string, options?: RequestOptionsBase): Promise<TestJobStreamsListByTestJobNextResponse>
Parameter
- nextPageLink
-
string
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<Models.TestJobStreamsListByTestJobNextResponse>
listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)
function listByTestJobNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobStreamListResult>)
Parameter
- nextPageLink
-
string
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf
listByTestJobNext(string, ServiceCallback<JobStreamListResult>)
function listByTestJobNext(nextPageLink: string, callback: ServiceCallback<JobStreamListResult>)
Parameter
- nextPageLink
-
string
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- callback
Der Rückruf