RunbookOperationsExtensions.CreateWithDraftAsync 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.
Créez 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.RunbookCreateResponse> CreateWithDraftAsync (this Microsoft.WindowsAzure.Management.Automation.IRunbookOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftParameters parameters);
static member CreateWithDraftAsync : Microsoft.WindowsAzure.Management.Automation.IRunbookOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateResponse>
<Extension()>
Public Function CreateWithDraftAsync (operations As IRunbookOperations, automationAccount As String, parameters As RunbookCreateDraftParameters) As Task(Of RunbookCreateResponse)
Paramètres
- operations
- IRunbookOperations
Référence à Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
- automationAccount
- String
Obligatoire. Nom du compte Automation.
- parameters
- RunbookCreateDraftParameters
Obligatoire. Paramètres de création pour le runbook.
Retours
Modèle de réponse pour la création de la réponse du runbook.
S’applique à
Azure SDK for .NET