Partager via


RunbookOperationsExtensions.GetAsync Méthode

Définition

Récupérez le runbook identifié par le nom du runbook. (voir http://aka.ms/azureautomationsdk/runbookoperations pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.RunbookGetResponse> GetAsync(this Microsoft.WindowsAzure.Management.Automation.IRunbookOperations operations, string automationAccount, string runbookName);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.IRunbookOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.RunbookGetResponse>
<Extension()>
Public Function GetAsync (operations As IRunbookOperations, automationAccount As String, runbookName As String) As Task(Of RunbookGetResponse)

Paramètres

operations
IRunbookOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

runbookName
String

Obligatoire. Nom du runbook.

Retours

Modèle de réponse pour l’opération get runbook.

S’applique à