RunbookOperationsExtensions.Publish Methode

Definition

Veröffentlichen Sie den Runbookentwurf. http://aka.ms/azureautomationsdk/runbookdraftoperations

public static Microsoft.Azure.Management.Automation.Models.RunbookPublishHeaders Publish (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string resourceGroupName, string automationAccountName, string runbookName);
static member Publish : Microsoft.Azure.Management.Automation.IRunbookOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.RunbookPublishHeaders
<Extension()>
Public Function Publish (operations As IRunbookOperations, resourceGroupName As String, automationAccountName As String, runbookName As String) As RunbookPublishHeaders

Parameter

operations
IRunbookOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

runbookName
String

Die Parameter, die für den Runbookveröffentlichungsvorgang bereitgestellt werden.

Gibt zurück

Gilt für: