OracleDatabaseExtensions.GetExadbVmClusterAsync Method

Definition

Get a ExadbVmCluster <item> Mocking. To mock this method, please mock GetExadbVmClusterAsync(String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OracleDatabase.ExadbVmClusterResource>> GetExadbVmClusterAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string exadbVmClusterName, System.Threading.CancellationToken cancellationToken = default);
static member GetExadbVmClusterAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OracleDatabase.ExadbVmClusterResource>>
<Extension()>
Public Function GetExadbVmClusterAsync (resourceGroupResource As ResourceGroupResource, exadbVmClusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ExadbVmClusterResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

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.

resourceGroupResource is null.

Applies to