OracleDatabaseExtensions.GetSystemVersions Method

Definition

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

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

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 SystemVersionResources and their operations over a SystemVersionResource.

Exceptions

subscriptionResource is null.

Applies to