NameOperationsExtensions.CheckAvailabilityAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.NotificationHubs.Fluent.Models.CheckNameAvailabilityResponseInner> CheckAvailabilityAsync (this Microsoft.Azure.Management.NotificationHubs.Fluent.INameOperations operations, string name, System.Threading.CancellationToken cancellationToken = default);
static member CheckAvailabilityAsync : Microsoft.Azure.Management.NotificationHubs.Fluent.INameOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.NotificationHubs.Fluent.Models.CheckNameAvailabilityResponseInner>
<Extension()>
Public Function CheckAvailabilityAsync (operations As INameOperations, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CheckNameAvailabilityResponseInner)
Parameters
- operations
- INameOperations
- name
- String
- cancellationToken
- CancellationToken