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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET