Oracle.DbSystemShapesListByLocationViaIdentityWithResult 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
DbSystemShapesListByLocationViaIdentityWithResult(String, IEventListener, ISendAsync)
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbSystemShapeListResult> DbSystemShapesListByLocationViaIdentityWithResult(string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.ISendAsync sender);
member this.DbSystemShapesListByLocationViaIdentityWithResult : 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 DbSystemShapesListByLocationViaIdentityWithResult (viaIdentity As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDbSystemShapeListResult)
Parameters
- viaIdentity
- String
- eventListener
- IEventListener
- sender
- ISendAsync
Returns
Applies to
DbSystemShapesListByLocationViaIdentityWithResult(String, String, String, IEventListener, ISendAsync)
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbSystemShapeListResult> DbSystemShapesListByLocationViaIdentityWithResult(string viaIdentity, string zone, string shapeAttribute, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.ISendAsync sender);
member this.DbSystemShapesListByLocationViaIdentityWithResult : 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 DbSystemShapesListByLocationViaIdentityWithResult (viaIdentity As String, zone As String, shapeAttribute As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDbSystemShapeListResult)
Parameters
- viaIdentity
- String
- zone
- String
- shapeAttribute
- String
- eventListener
- IEventListener
- sender
- ISendAsync