Partager via


JobCollectionOperationsExtensions.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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCheckNameAvailabilityResponse> CheckNameAvailabilityAsync(this Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations operations, string cloudServiceName, string jobCollectionName);
static member CheckNameAvailabilityAsync : Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCheckNameAvailabilityResponse>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As IJobCollectionOperations, cloudServiceName As String, jobCollectionName As String) As Task(Of JobCollectionCheckNameAvailabilityResponse)

Paramètres

operations
IJobCollectionOperations

Référence à Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.

cloudServiceName
String

Obligatoire. Nom du service cloud.

jobCollectionName
String

Obligatoire. 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.

Retours

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

S’applique à