Oracle.DbSystemShapesListByLocationWithResult 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.
Overloads
| Name | Description |
|---|---|
| DbSystemShapesListByLocationWithResult(String, String, IEventListener, ISendAsync) | |
| DbSystemShapesListByLocationWithResult(String, String, String, String, IEventListener, ISendAsync) |
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