MockableAppServiceSubscriptionResource.CheckAppServiceDomainRegistrationAvailability 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.
Description for Check if a domain is available for registration.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/checkDomainAvailability
- Operation Id: Domains_CheckAvailability
- Default Api Version: 2023-12-01
public virtual Azure.Response<Azure.ResourceManager.AppService.Models.DomainAvailabilityCheckResult> CheckAppServiceDomainRegistrationAvailability (Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier identifier, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckAppServiceDomainRegistrationAvailability : Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.DomainAvailabilityCheckResult>
override this.CheckAppServiceDomainRegistrationAvailability : Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.DomainAvailabilityCheckResult>
Public Overridable Function CheckAppServiceDomainRegistrationAvailability (identifier As AppServiceDomainNameIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DomainAvailabilityCheckResult)
Parameters
- identifier
- AppServiceDomainNameIdentifier
Name of the domain.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
identifier
is null.
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