Aracılığıyla paylaş


RunbookOperationsExtensions.BeginPublishAsync Yöntem

Tanım

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)

Parametreler

operations
IRunbookOperations

Bu uzantı yönteminin işlem grubu.

resourceGroupName
String

Azure Kaynak grubunun adı.

automationAccountName
String

Otomasyon hesabının adı.

runbookName
String

Runbook yayımlama işlemine sağlanan parametreler.

cancellationToken
CancellationToken

İptal belirteci.

Döndürülenler

Şunlara uygulanır