Udostępnij przez


Subscription.AliasCreateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionAliasResponse> AliasCreateViaJsonStringWithResult(string aliasName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.ISendAsync sender);
member this.AliasCreateViaJsonStringWithResult : string * 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 AliasCreateViaJsonStringWithResult (aliasName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ISubscriptionAliasResponse)

Parameters

aliasName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to