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)
Syntax
public static WebSiteIsHostnameAvailableResponse IsHostnameAvailable(
this IWebSiteOperations operations,
string webSiteName
)
public:
[ExtensionAttribute]
static WebSiteIsHostnameAvailableResponse^ IsHostnameAvailable(
IWebSiteOperations^ operations,
String^ webSiteName
)
static member IsHostnameAvailable :
operations:IWebSiteOperations *
webSiteName:string -> WebSiteIsHostnameAvailableResponse
<ExtensionAttribute>
Public Shared Function IsHostnameAvailable (
operations As IWebSiteOperations,
webSiteName As String
) As WebSiteIsHostnameAvailableResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperationsReference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
webSiteName
Type: System.StringRequired. The name of the web site.
Return Value
Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteIsHostnameAvailableResponse
The Is Hostname Available Web Site operation response.
See Also
WebSiteOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top