Oracle.DbVersionsListByLocationViaIdentity 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.
List DbVersion resources by SubscriptionLocationResource
public System.Threading.Tasks.Task DbVersionsListByLocationViaIdentity(string viaIdentity, 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.DbVersionsListByLocationViaIdentity : 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 DbVersionsListByLocationViaIdentity (viaIdentity 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
- viaIdentity
- String
- 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.
If true, filters the results to the set of database versions which are supported for Upgrade.
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.
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.