RunbookOperationsExtensions.Content Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupérez le contenu du runbook identifié par le nom du runbook. (voir http://aka.ms/azureautomationsdk/runbookoperations pour plus d’informations)
public static Microsoft.WindowsAzure.Management.Automation.Models.RunbookContentResponse Content (this Microsoft.WindowsAzure.Management.Automation.IRunbookOperations operations, string automationAccount, string runbookName);
static member Content : Microsoft.WindowsAzure.Management.Automation.IRunbookOperations * string * string -> Microsoft.WindowsAzure.Management.Automation.Models.RunbookContentResponse
<Extension()>
Public Function Content (operations As IRunbookOperations, automationAccount As String, runbookName As String) As RunbookContentResponse
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 de contenu du runbook.
S’applique à
Azure SDK for .NET