Partager via


HostedServiceOperationsExtensions.CheckNameAvailabilityAsync Méthode

Définition

L’opération Vérifier la disponibilité du nom du service hébergé vérifie la disponibilité du nom de service cloud spécifié. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj154116.aspx pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse> CheckNameAvailabilityAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member CheckNameAvailabilityAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of HostedServiceCheckNameAvailabilityResponse)

Paramètres

operations
IHostedServiceOperations

Référence à Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.

serviceName
String

Obligatoire. Nom du service cloud que vous souhaitez utiliser.

Retours

Réponse de l’opération Vérifier la disponibilité du nom du service hébergé.

S’applique à