共用方式為


HybridRunbookWorkerCollection.CreateOrUpdateAsync Method

Definition

Create a hybrid runbook worker.

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

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.

hybridRunbookWorkerId
String

The hybrid runbook worker id.

content
HybridRunbookWorkerCreateOrUpdateContent

The create or update parameters for hybrid runbook worker.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

hybridRunbookWorkerId or content is null.

Applies to