Oracle.AutonomousDatabasesGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IAutonomousDatabase> AutonomousDatabasesGetWithResult(string subscriptionId, string resourceGroupName, string autonomousdatabasename, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.ISendAsync sender);
member this.AutonomousDatabasesGetWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IAutonomousDatabase>
Public Function AutonomousDatabasesGetWithResult (subscriptionId As String, resourceGroupName As String, autonomousdatabasename As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IAutonomousDatabase)

Parameters

subscriptionId
String
resourceGroupName
String
autonomousdatabasename
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to