OracleDatabaseExtensions.GetOracleSystemVersionResource Method

Definition

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

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

Parameters

client
ArmClient

The ArmClient the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a OracleSystemVersionResource object.

Exceptions

client is null.

Applies to