RunbookOperationsExtensions.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(IRunbookOperations, String, String, String, CancellationToken) |
Rufen Sie das runbook ab, das durch den Runbooknamen identifiziert wurde. http://aka.ms/azureautomationsdk/runbookoperations |
GetAsync(IRunbookOperations, String, String, String) |
GetAsync(IRunbookOperations, String, String, String, CancellationToken)
Rufen Sie das runbook ab, das durch den Runbooknamen identifiziert wurde. http://aka.ms/azureautomationsdk/runbookoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Runbook> GetAsync (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string resourceGroupName, string automationAccountName, string runbookName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IRunbookOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Runbook>
<Extension()>
Public Function GetAsync (operations As IRunbookOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Runbook)
Parameter
- operations
- IRunbookOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- runbookName
- String
Der Runbookname.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
GetAsync(IRunbookOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string resourceGroupName, string automationAccount, string runbookName);
static member GetAsync : Microsoft.Azure.Management.Automation.IRunbookOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookGetResponse>
<Extension()>
Public Function GetAsync (operations As IRunbookOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As Task(Of RunbookGetResponse)
Parameter
- operations
- IRunbookOperations
- resourceGroupName
- String
- automationAccount
- String
- runbookName
- String
Gibt zurück
Gilt für:
Azure SDK for .NET