OracleDatabaseExtensions.GetAutonomousDbVersions Method

Definition

Gets a collection of AutonomousDbVersionResources in the SubscriptionResource. MockingTo mock this method, please mock GetAutonomousDbVersions(AzureLocation) instead.

public static Azure.ResourceManager.OracleDatabase.AutonomousDbVersionCollection GetAutonomousDbVersions (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);
static member GetAutonomousDbVersions : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -> Azure.ResourceManager.OracleDatabase.AutonomousDbVersionCollection
<Extension()>
Public Function GetAutonomousDbVersions (subscriptionResource As SubscriptionResource, location As AzureLocation) As AutonomousDbVersionCollection

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

location
AzureLocation

The name of the Azure region.

Returns

An object representing collection of AutonomousDbVersionResources and their operations over a AutonomousDbVersionResource.

Exceptions

subscriptionResource is null.

Applies to