Freigeben über


AutomationAccountResource.GetDscCompilationJobStreamsAsync Methode

Definition

Rufen Sie alle Auftragsdatenströme für den Kompilierungsauftrag ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{jobId}/streams
  • Vorgang IdDscCompilationJobStream_ListByJob
public virtual Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.AutomationJobStream> GetDscCompilationJobStreamsAsync (Guid jobId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDscCompilationJobStreamsAsync : Guid * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.AutomationJobStream>
override this.GetDscCompilationJobStreamsAsync : Guid * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.AutomationJobStream>
Public Overridable Function GetDscCompilationJobStreamsAsync (jobId As Guid, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AutomationJobStream)

Parameter

jobId
Guid

Die Auftrags-ID.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der AutomationJobStream mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: