Partager via


RunbookDraftOperationsExtensions.GetAsync Méthode

Définition

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

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

Paramètres

operations
IRunbookDraftOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

runbookName
String

Obligatoire. Nom du runbook.

Retours

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

S’applique à