DscCompilationJobOperationsExtensions.GetAsync 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.
Überlädt
GetAsync(IDscCompilationJobOperations, String, String, Guid) | |
GetAsync(IDscCompilationJobOperations, String, String, String, CancellationToken) |
Rufen Sie den Dsc-Konfigurationskompilierungsauftrag ab, der durch die Auftrags-ID identifiziert wird. http://aka.ms/azureautomationsdk/dsccompilationjoboperations |
GetAsync(IDscCompilationJobOperations, String, String, Guid)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscCompilationJobGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccount, Guid jobId);
static member GetAsync : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * Guid -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscCompilationJobGetResponse>
<Extension()>
Public Function GetAsync (operations As IDscCompilationJobOperations, resourceGroupName As String, automationAccount As String, jobId As Guid) As Task(Of DscCompilationJobGetResponse)
Parameter
- operations
- IDscCompilationJobOperations
- resourceGroupName
- String
- automationAccount
- String
- jobId
- Guid
Gibt zurück
Gilt für:
GetAsync(IDscCompilationJobOperations, String, String, String, CancellationToken)
Rufen Sie den Dsc-Konfigurationskompilierungsauftrag ab, der durch die Auftrags-ID identifiziert wird. http://aka.ms/azureautomationsdk/dsccompilationjoboperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscCompilationJob> GetAsync (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, string compilationJobName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscCompilationJob>
<Extension()>
Public Function GetAsync (operations As IDscCompilationJobOperations, resourceGroupName As String, automationAccountName As String, compilationJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DscCompilationJob)
Parameter
- operations
- IDscCompilationJobOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- compilationJobName
- String
Die DSC-Konfigurations-ID.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET