MySql.NameAvailabilityTestViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.INameAvailability> NameAvailabilityTestViaJsonStringWithResult(string subscriptionId, string locationName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.ISendAsync sender);
member this.NameAvailabilityTestViaJsonStringWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.INameAvailability>
Public Function NameAvailabilityTestViaJsonStringWithResult (subscriptionId As String, locationName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of INameAvailability)

Parameters

subscriptionId
String
locationName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to