CloudVmClusterDBNodeResource.ActionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET