JobScheduleOperations.GetJobSchedule 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.
Obtient le CloudJobSchedule spécifié.
public Microsoft.Azure.Batch.CloudJobSchedule GetJobSchedule (string jobScheduleId, Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.GetJobSchedule : string * Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Batch.CloudJobSchedule
Public Function GetJobSchedule (jobScheduleId As String, Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As CloudJobSchedule
Paramètres
- jobScheduleId
- String
ID de la planification du travail à obtenir.
- detailLevel
- DetailLevel
DetailLevel utilisé pour contrôler les propriétés récupérées à partir du service.
- additionalBehaviors
- IEnumerable<BatchClientBehavior>
Collection d’instances BatchClientBehavior appliquées à la demande de service Batch après et CustomBehaviorsdetailLevel
.
Retours
CloudJobSchedule contenant des informations sur la planification de travail Azure Batch spécifiée.
Remarques
Il s’agit d’une opération bloquante. Pour un équivalent non bloquant, consultez GetJobScheduleAsync(String, DetailLevel, IEnumerable<BatchClientBehavior>, CancellationToken).
S’applique à
Azure SDK for .NET