Share via


ExadbVmClusterCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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

Parameters

exadbVmClusterName
String

The name of the ExadbVmCluster.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

exadbVmClusterName is null.

Applies to