OracleDatabaseExtensions.GetExadbVmClusterResource Method

Definition

Gets an object representing a ExadbVmClusterResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetExadbVmClusterResource(ResourceIdentifier) instead. </item>

public static Azure.ResourceManager.OracleDatabase.ExadbVmClusterResource GetExadbVmClusterResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetExadbVmClusterResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.OracleDatabase.ExadbVmClusterResource
<Extension()>
Public Function GetExadbVmClusterResource (client As ArmClient, id As ResourceIdentifier) As ExadbVmClusterResource

Parameters

client
ArmClient

The ArmClient the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ExadbVmClusterResource object.

Exceptions

client is null.

Applies to