DbNodeCollection.GetIfExists(String, CancellationToken) 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-preview
  • Resource: DbNodeResource
public virtual Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.DbNodeResource> GetIfExists (string dbnodeocid, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.DbNodeResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.DbNodeResource>
Public Overridable Function GetIfExists (dbnodeocid As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DbNodeResource)

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