WebSiteManagementClientExtensions.CheckNameAvailabilityAsync 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.WebSites.Version2016_09_01.Models.ResourceNameAvailability> CheckNameAvailabilityAsync (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebSiteManagementClient operations, string name, string type, bool? isFqdn = default, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilityAsync : Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebSiteManagementClient * string * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ResourceNameAvailability>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As IWebSiteManagementClient, name As String, type As String, Optional isFqdn As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResourceNameAvailability)
Parameters
- operations
- IWebSiteManagementClient
- name
- String
- type
- String
- cancellationToken
- CancellationToken