WebSiteOperationsExtensions.IsHostnameAvailable 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 WebSiteIsHostnameAvailableResponse IsHostnameAvailable(
	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: Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteIsHostnameAvailableResponse

The Is Hostname Available Web Site operation response.

Return to top
Show: