AutomationRunbookCollection.CreateOrUpdateAsync Method

Definition

Create the runbook identified by runbook name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}
  • Operation Id: Runbook_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationRunbookResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string runbookName, Azure.ResourceManager.Automation.Models.AutomationRunbookCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.AutomationRunbookCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationRunbookResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.AutomationRunbookCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationRunbookResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, runbookName As String, content As AutomationRunbookCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of AutomationRunbookResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

runbookName
String

The runbook name.

content
AutomationRunbookCreateOrUpdateContent

The create or update parameters for runbook. Provide either content link for a published runbook or draft, not both.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

runbookName is an empty string, and was expected to be non-empty.

runbookName or content is null.

Applies to