DbNodeResource.ActionAsync(WaitUntil, DbNodeAction, CancellationToken) Method

Definition

VM actions on DbNode of VM Cluster by the provided filter

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/dbNodes/{dbnodeocid}/action
  • Operation Id: DbNodes_Action
  • Default Api Version: 2023-09-01-preview
  • Resource: DbNodeResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OracleDatabase.DbNodeResource>> ActionAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.OracleDatabase.Models.DbNodeAction body, System.Threading.CancellationToken cancellationToken = default);
abstract member ActionAsync : Azure.WaitUntil * Azure.ResourceManager.OracleDatabase.Models.DbNodeAction * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OracleDatabase.DbNodeResource>>
override this.ActionAsync : Azure.WaitUntil * Azure.ResourceManager.OracleDatabase.Models.DbNodeAction * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OracleDatabase.DbNodeResource>>
Public Overridable Function ActionAsync (waitUntil As WaitUntil, body As DbNodeAction, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DbNodeResource))

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.

body
DbNodeAction

The content of the action request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

body is null.

Applies to