MockableNetworkSubscriptionResource.CheckDnsNameAvailability 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.
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability
- Operation Id: CheckDnsNameAvailability
- Default Api Version: 2024-03-01
- Resource: ExpressRouteProviderPortResource
public virtual Azure.Response<Azure.ResourceManager.Network.Models.DnsNameAvailabilityResult> CheckDnsNameAvailability (Azure.Core.AzureLocation location, string domainNameLabel, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckDnsNameAvailability : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.Models.DnsNameAvailabilityResult>
override this.CheckDnsNameAvailability : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.Models.DnsNameAvailabilityResult>
Public Overridable Function CheckDnsNameAvailability (location As AzureLocation, domainNameLabel As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DnsNameAvailabilityResult)
Parameters
- location
- AzureLocation
The location of the domain name.
- domainNameLabel
- String
The domain name to be verified. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
domainNameLabel
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