OracleDatabaseExtensions.GetSystemVersions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET