JobOperationsExtensions.GetRunbookContentAsync 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
GetRunbookContentAsync(IJobOperations, String, String, Guid) | |
GetRunbookContentAsync(IJobOperations, String, String, String, String, CancellationToken) |
Rufen Sie den Runbookinhalt des Auftrags ab, der durch den Auftragsnamen identifiziert wird. http://aka.ms/azureautomationsdk/joboperations |
GetRunbookContentAsync(IJobOperations, String, String, Guid)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobGetRunbookContentResponse> GetRunbookContentAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccount, Guid jobId);
static member GetRunbookContentAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * Guid -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobGetRunbookContentResponse>
<Extension()>
Public Function GetRunbookContentAsync (operations As IJobOperations, resourceGroupName As String, automationAccount As String, jobId As Guid) As Task(Of JobGetRunbookContentResponse)
Parameter
- operations
- IJobOperations
- resourceGroupName
- String
- automationAccount
- String
- jobId
- Guid
Gibt zurück
Gilt für:
GetRunbookContentAsync(IJobOperations, String, String, String, String, CancellationToken)
Rufen Sie den Runbookinhalt des Auftrags ab, der durch den Auftragsnamen identifiziert wird. http://aka.ms/azureautomationsdk/joboperations
public static System.Threading.Tasks.Task<string> GetRunbookContentAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccountName, string jobName, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetRunbookContentAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function GetRunbookContentAsync (operations As IJobOperations, resourceGroupName As String, automationAccountName As String, jobName As String, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameter
- operations
- IJobOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- jobName
- String
Der Auftragsname.
- clientRequestId
- String
Identifiziert diese spezifische Clientanforderung.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET