IWebSiteOperations.IsHostnameAvailableAsync Method
Determines if a host name is available.
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Usage
'Usage
Dim instance As IWebSiteOperations
Dim webSiteName As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of WebSiteIsHostnameAvailableResponse)
returnValue = instance.IsHostnameAvailableAsync(webSiteName, cancellationToken)
Syntax
'Declaration
Function IsHostnameAvailableAsync ( _
webSiteName As String, _
cancellationToken As CancellationToken _
) As Task(Of WebSiteIsHostnameAvailableResponse)
Task<WebSiteIsHostnameAvailableResponse> IsHostnameAvailableAsync (
string webSiteName,
CancellationToken cancellationToken
)
Task<WebSiteIsHostnameAvailableResponse^>^ IsHostnameAvailableAsync (
String^ webSiteName,
CancellationToken cancellationToken
)
Task<WebSiteIsHostnameAvailableResponse> IsHostnameAvailableAsync (
String webSiteName,
CancellationToken cancellationToken
)
function IsHostnameAvailableAsync (
webSiteName : String,
cancellationToken : CancellationToken
) : Task<WebSiteIsHostnameAvailableResponse>
Parameters
- webSiteName
The name of the web site.
- cancellationToken
Cancellation token.
Return Value
The Is Hostname Available Web Site operation response.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
IWebSiteOperations Interface
IWebSiteOperations Members
Microsoft.WindowsAzure.Management.WebSites Namespace