AutomationRunbookCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationRunbookResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string runbookName, Azure.ResourceManager.Automation.Models.AutomationRunbookCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.AutomationRunbookCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationRunbookResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.AutomationRunbookCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationRunbookResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, runbookName As String, content As AutomationRunbookCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As 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