IScheduledJobSelector.SelectJob(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une collection de travaux planifiés correspondant à un donné jobName
.
Si la collection est vide, aucun travail planifié n’a été trouvé. Si plusieurs travaux planifiés ont été trouvés, plusieurs travaux planifiés en conflit ont été trouvés. Cela peut être, par exemple, si plusieurs travaux portant le même nom de type, mais des espaces de noms différents ont été inscrits. Si exactement un travail planifié est retourné, il s’agit du travail qui doit être exécuté.
public System.Collections.Generic.ICollection<Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor> SelectJob (string jobName);
abstract member SelectJob : string -> System.Collections.Generic.ICollection<Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor>
Public Function SelectJob (jobName As String) As ICollection(Of ScheduledJobDescriptor)
Paramètres
- jobName
- String
Nom du travail planifié à rechercher.
Retours
Collection de correspondances trouvées.
S’applique à
Azure SDK for .NET