ProfileOperationsExtensions.CheckDnsPrefixAvailability 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.
The DNS name that you want to use. You must include .trafficmanager.net in the name. (see http://msdn.microsoft.com/en-us/library/dn510368.aspx for more information)
public static Microsoft.WindowsAzure.Management.TrafficManager.Models.DnsPrefixAvailabilityCheckResponse CheckDnsPrefixAvailability (this Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations operations, string dnsName);
static member CheckDnsPrefixAvailability : Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations * string -> Microsoft.WindowsAzure.Management.TrafficManager.Models.DnsPrefixAvailabilityCheckResponse
<Extension()>
Public Function CheckDnsPrefixAvailability (operations As IProfileOperations, dnsName As String) As DnsPrefixAvailabilityCheckResponse
Parameters
- operations
- IProfileOperations
Reference to the Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations.
- dnsName
- String
Required. DNS name that you want to use
Returns
The response to the request for a listing of namespaces.
Applies to
Azure SDK for .NET