Oracle.GiVersionsListByLocationWithResult Method

Definition

Overloads

GiVersionsListByLocationWithResult(String, String, IEventListener, ISendAsync)

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

Parameters

subscriptionId
String
location
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to

GiVersionsListByLocationWithResult(String, String, String, String, String, IEventListener, ISendAsync)

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IGiVersionListResult> GiVersionsListByLocationWithResult(string subscriptionId, string location, string shape, string zone, string shapeAttribute, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.ISendAsync sender);
member this.GiVersionsListByLocationWithResult : string * 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.IGiVersionListResult>
Public Function GiVersionsListByLocationWithResult (subscriptionId As String, location As String, shape As String, zone As String, shapeAttribute As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IGiVersionListResult)

Parameters

subscriptionId
String
location
String
shape
String
zone
String
shapeAttribute
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to