Oracle.DbVersionsListByLocation Method

Definition

List DbVersion resources by SubscriptionLocationResource

public System.Threading.Tasks.Task DbVersionsListByLocation(string subscriptionId, string location, string dbSystemShape, string dbSystemId, string storageManagement, bool? isUpgradeSupported, bool? isDatabaseSoftwareImageSupported, string shapeFamily, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbVersionListResult>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.ISendAsync sender);
member this.DbVersionsListByLocation : string * string * string * string * string * Nullable<bool> * Nullable<bool> * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbVersionListResult>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function DbVersionsListByLocation (subscriptionId As String, location As String, dbSystemShape As String, dbSystemId As String, storageManagement As String, isUpgradeSupported As Nullable(Of Boolean), isDatabaseSoftwareImageSupported As Nullable(Of Boolean), shapeFamily As String, onOk As Func(Of HttpResponseMessage, Task(Of IDbVersionListResult), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

subscriptionId
String

The ID of the target subscription. The value must be an UUID.

location
String

The name of the Azure region.

dbSystemShape
String

If provided, filters the results to the set of database versions which are supported for the given shape. e.g., VM.Standard.E5.Flex

dbSystemId
String

The DB system AzureId. If provided, filters the results to the set of database versions which are supported for the DB system.

storageManagement
String

The DB system storage management option. Used to list database versions available for that storage manager. Valid values are ASM and LVM.

isUpgradeSupported
Nullable<Boolean>

If true, filters the results to the set of database versions which are supported for Upgrade.

isDatabaseSoftwareImageSupported
Nullable<Boolean>

If true, filters the results to the set of Oracle Database versions that are supported for the database software images.

shapeFamily
String

If provided, filters the results to the set of database versions which are supported for the given shape family.

onOk
Func<HttpResponseMessage,Task<IDbVersionListResult>,Task>

a delegate that is called when the remote service returns 200 (OK).

onDefault
Func<HttpResponseMessage,Task<IErrorResponse>,Task>

a delegate that is called when the remote service returns default (any response code not handled elsewhere).

eventListener
IEventListener

an IEventListener instance that will receive events.

sender
ISendAsync

an instance of an Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.ISendAsync pipeline to use to make the request.

Returns

A Task that will be complete when handling of the response is completed.

Applies to