OracleDatabaseExtensions.GetGiVersions 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 GiVersionResources in the SubscriptionResource. MockingTo mock this method, please mock GetGiVersions(AzureLocation) instead.
public static Azure.ResourceManager.OracleDatabase.GiVersionCollection GetGiVersions (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);
static member GetGiVersions : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -> Azure.ResourceManager.OracleDatabase.GiVersionCollection
<Extension()>
Public Function GetGiVersions (subscriptionResource As SubscriptionResource, location As AzureLocation) As GiVersionCollection
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 GiVersionResources and their operations over a GiVersionResource.
Exceptions
subscriptionResource
is null.
Applies to
Azure SDK for .NET