Partager via


IJobCollectionOperations.CheckNameAvailabilityAsync Méthode

Définition

Déterminez si le nom JobCollection peut être utilisé. Les noms JobCollection doivent être uniques au sein d’un service cloud.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCheckNameAvailabilityResponse> CheckNameAvailabilityAsync (string cloudServiceName, string jobCollectionName, System.Threading.CancellationToken cancellationToken);
abstract member CheckNameAvailabilityAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCheckNameAvailabilityResponse>
Public Function CheckNameAvailabilityAsync (cloudServiceName As String, jobCollectionName As String, cancellationToken As CancellationToken) As Task(Of JobCollectionCheckNameAvailabilityResponse)

Paramètres

cloudServiceName
String

Nom du service cloud.

jobCollectionName
String

Nom de JobCollection. Le nom doit être unique tel qu’il est délimité dans le Service Cloud. Le nom peut avoir une longueur de 100 caractères au maximum.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

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

S’applique à