WebSiteOperationsExtensions.IsHostnameAvailable 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.
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.