Oracle.AutonomousDatabaseBackupsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IAutonomousDatabaseBackup> AutonomousDatabaseBackupsGetWithResult(string subscriptionId, string resourceGroupName, string autonomousdatabasename, string adbbackupid, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.ISendAsync sender);
member this.AutonomousDatabaseBackupsGetWithResult : string * 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.IAutonomousDatabaseBackup>
Public Function AutonomousDatabaseBackupsGetWithResult (subscriptionId As String, resourceGroupName As String, autonomousdatabasename As String, adbbackupid As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IAutonomousDatabaseBackup)

Parameters

subscriptionId
String
resourceGroupName
String
autonomousdatabasename
String
adbbackupid
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to