Partilhar via


CloudVmClusterDBNodeCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/dbNodes/{dbnodeocid}
  • Operation Id: DbNodes_Get
  • Default Api Version: 2023-09-01
  • Resource: CloudVmClusterDBNodeResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.CloudVmClusterDBNodeResource>> GetIfExistsAsync (string dbnodeocid, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.CloudVmClusterDBNodeResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.CloudVmClusterDBNodeResource>>
Public Overridable Function GetIfExistsAsync (dbnodeocid As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of CloudVmClusterDBNodeResource))

Parameters

dbnodeocid
String

DbNode OCID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

dbnodeocid is null.

Applies to