AutomationJobResource.GetJobStream(String, String, CancellationToken) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie den Auftragsdatenstrom ab, der durch die Auftragsstream-ID identifiziert wird.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/streams/{jobStreamId}
- Vorgang IdJobStream_Get
public virtual Azure.Response<Azure.ResourceManager.Automation.Models.AutomationJobStream> GetJobStream (string jobStreamId, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetJobStream : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.Models.AutomationJobStream>
override this.GetJobStream : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.Models.AutomationJobStream>
Public Overridable Function GetJobStream (jobStreamId As String, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AutomationJobStream)
Parameter
- jobStreamId
- String
Die Auftragsdatenstrom-ID.
- clientRequestId
- String
Identifiziert diese spezifische Clientanforderung.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
jobStreamId
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
jobStreamId
ist NULL.
Gilt für:
Azure SDK for .NET