ProfileOperationsExtensions.CheckDnsPrefixAvailabilityAsync 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.TrafficManager.Models.DnsPrefixAvailabilityCheckResponse> CheckDnsPrefixAvailabilityAsync(this Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations operations, string dnsName);
static member CheckDnsPrefixAvailabilityAsync : Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.TrafficManager.Models.DnsPrefixAvailabilityCheckResponse>
<Extension()>
Public Function CheckDnsPrefixAvailabilityAsync (operations As IProfileOperations, dnsName As String) As Task(Of 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET