Freigeben über


RunbookOperationsExtensions.BeginPublishAsync Methode

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookPublishHeaders> BeginPublishAsync (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string resourceGroupName, string automationAccountName, string runbookName, System.Threading.CancellationToken cancellationToken = default);
static member BeginPublishAsync : Microsoft.Azure.Management.Automation.IRunbookOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookPublishHeaders>
<Extension()>
Public Function BeginPublishAsync (operations As IRunbookOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: