NetworkManagementClientExtensions.CheckDnsNameAvailability Method

Definition

Checks whether a domain name in the cloudapp.azure.com zone is available for use.

public static Microsoft.Azure.Management.Network.Models.DnsNameAvailabilityResult CheckDnsNameAvailability (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, string location, string domainNameLabel);
static member CheckDnsNameAvailability : Microsoft.Azure.Management.Network.INetworkManagementClient * string * string -> Microsoft.Azure.Management.Network.Models.DnsNameAvailabilityResult
<Extension()>
Public Function CheckDnsNameAvailability (operations As INetworkManagementClient, location As String, domainNameLabel As String) As DnsNameAvailabilityResult

Parameters

operations
INetworkManagementClient

The operations group for this extension method.

location
String

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]$.

Returns

Applies to