Oracle.DbSystemShapesListByLocationWithResult Method

Definition

Overloads

DbSystemShapesListByLocationWithResult(String, String, IEventListener, ISendAsync)

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

Parameters

subscriptionId
String
location
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to

DbSystemShapesListByLocationWithResult(String, String, String, String, IEventListener, ISendAsync)

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

Parameters

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

Returns

Applies to