DscCompilationJobOperationsExtensions.GetStream 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 anhand der Auftragsdatenstrom-ID identifiziert wird. http://aka.ms/azureautomationsdk/jobstreamoperations
public static Microsoft.Azure.Management.Automation.Models.JobStream GetStream (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, Guid jobId, string jobStreamId);
static member GetStream : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * Guid * string -> Microsoft.Azure.Management.Automation.Models.JobStream
<Extension()>
Public Function GetStream (operations As IDscCompilationJobOperations, resourceGroupName As String, automationAccountName As String, jobId As Guid, jobStreamId As String) As JobStream
Parameter
- operations
- IDscCompilationJobOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- jobId
- Guid
Die Auftrags-ID.
- jobStreamId
- String
Die Auftragsdatenstrom-ID.
Gibt zurück
Gilt für:
Azure SDK for .NET