RunbookOperationsExtensions.Create Methode

Definition

Erstellen Sie das Runbook, das durch den Runbooknamen identifiziert wird. (weitere Informationen finden Sie unter http://aka.ms/azureautomationsdk/runbookoperations )

C#
public static Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateResponse Create(this Microsoft.WindowsAzure.Management.Automation.IRunbookOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateParameters parameters);

Parameter

operations
IRunbookOperations

Verweis auf Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.

automationAccount
String

Erforderlich. Der Name des Automation-Kontos.

parameters
RunbookCreateParameters

Erforderlich. Die Create-Parameter für Das Runbook.

Gibt zurück

Das Antwortmodell für die Runbookerstellungsantwort.

Gilt für:

Produkt Versionen
Azure SDK for .NET Legacy