WebSiteOperationsExtensions.IsHostnameAvailable Method

Definition

Determines if a host name is available.

public static Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteIsHostnameAvailableResponse IsHostnameAvailable (this Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations operations, string webSiteName);
static member IsHostnameAvailable : Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations * string -> Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteIsHostnameAvailableResponse
<Extension()>
Public Function IsHostnameAvailable (operations As IWebSiteOperations, webSiteName As String) As WebSiteIsHostnameAvailableResponse

Parameters

operations
IWebSiteOperations

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

webSiteName
String

Required. The name of the web site.

Returns

The Is Hostname Available Web Site operation response.

Applies to