MySql.NameAvailabilityTestWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.INameAvailability> NameAvailabilityTestWithResult(string subscriptionId, string locationName, Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.INameAvailabilityRequest body, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.NameAvailabilityTestWithResult : string * string * Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.INameAvailabilityRequest * Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.INameAvailability>
Public Function NameAvailabilityTestWithResult (subscriptionId As String, locationName As String, body As INameAvailabilityRequest, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of INameAvailability)

Parameters

subscriptionId
String
locationName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to