Udostępnij przez


Subscription.AliasGetWithResult(String, IEventListener, ISendAsync) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionAliasResponse> AliasGetWithResult(string aliasName, Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.ISendAsync sender);
member this.AliasGetWithResult : string * Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionAliasResponse>
Public Function AliasGetWithResult (aliasName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ISubscriptionAliasResponse)

Parameters

aliasName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to