次の方法で共有


Communication.CommunicationServicesCheckNameAvailabilityWithResult Method

Definition

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

Parameters

subscriptionId
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to