Compartir a través de


Subscription.SubscriptionRenameViaJsonStringWithResult Method

Definition

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

Parameters

subscriptionId
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to