WebSiteOperationsExtensions.IsHostnameAvailableAsync Method (IWebSiteOperations, String)

 

Determines if a host name is available.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public static Task<WebSiteIsHostnameAvailableResponse> IsHostnameAvailableAsync(
	this IWebSiteOperations operations,
	string webSiteName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.

webSiteName
Type: System.String

Required. The name of the web site.

Return Value

Type: System.Threading.Tasks.Task<WebSiteIsHostnameAvailableResponse>

The Is Hostname Available Web Site operation response.

Return to top
Show: