Partager via


IWebSiteManagementClient.CheckNameAvailabilityWithHttpMessagesAsync Méthode

Définition

Vérifiez si un nom de ressource est disponible.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailability>> CheckNameAvailabilityWithHttpMessagesAsync (string name, string type, bool? isFqdn = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckNameAvailabilityWithHttpMessagesAsync : string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailability>>
Public Function CheckNameAvailabilityWithHttpMessagesAsync (name As String, type As String, Optional isFqdn As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ResourceNameAvailability))

Paramètres

name
String

Nom de la ressource à vérifier.

type
String

Type de ressource utilisé pour la vérification. Les valeurs possibles sont les suivantes : « Site », « Slot », « HostingEnvironment », « PublishingUser », « Microsoft.Web/sites », « Microsoft.Web/sites/slots », « Microsoft.Web/hostingEnvironments », « Microsoft.Web/publishingUsers »

isFqdn
Nullable<Boolean>

Nom de domaine complet.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description pour Vérifier si un nom de ressource est disponible.

S’applique à