DomainsOperationsExtensions.CheckAvailabilityAsync 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.
Check if a domain is available for registration.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.DomainAvailabilityCheckResult> CheckAvailabilityAsync (this Microsoft.Azure.Management.WebSites.IDomainsOperations operations, Microsoft.Azure.Management.WebSites.Models.NameIdentifier identifier, System.Threading.CancellationToken cancellationToken = default);
static member CheckAvailabilityAsync : Microsoft.Azure.Management.WebSites.IDomainsOperations * Microsoft.Azure.Management.WebSites.Models.NameIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.DomainAvailabilityCheckResult>
<Extension()>
Public Function CheckAvailabilityAsync (operations As IDomainsOperations, identifier As NameIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DomainAvailabilityCheckResult)
Parameters
- operations
- IDomainsOperations
The operations group for this extension method.
- identifier
- NameIdentifier
Name of the domain.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Description for Check if a domain is available for registration.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET