CloudVmClusterDBNodeResource.ActionAsync 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
  • Resource: CloudVmClusterDBNodeResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OracleDatabase.CloudVmClusterDBNodeResource>> 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.CloudVmClusterDBNodeResource>>
override this.ActionAsync : Azure.WaitUntil * Azure.ResourceManager.OracleDatabase.Models.DBNodeAction * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OracleDatabase.CloudVmClusterDBNodeResource>>
Public Overridable Function ActionAsync (waitUntil As WaitUntil, body As DBNodeAction, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of CloudVmClusterDBNodeResource))

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
Azure.ResourceManager.OracleDatabase.Models.DBNodeAction

The content of the action request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

body is null.

Applies to