NetworkManagementClientExtensions.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.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.