Partager via


RunbookDraftOperationsExtensions.ContentAsync Méthode

Définition

Récupérez le contenu du 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.RunbookContentResponse> ContentAsync(this Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations operations, string automationAccount, string runbookName);
static member ContentAsync : Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.RunbookContentResponse>
<Extension()>
Public Function ContentAsync (operations As IRunbookDraftOperations, automationAccount As String, runbookName As String) As Task(Of RunbookContentResponse)

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 de contenu du runbook.

S’applique à