Freigeben über


JobScheduleOperationsExtensions.Get Methode

Definition

Ruft Informationen zum angegebenen Auftragszeitplan ab.

public static Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedule Get (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobScheduleGetOptions jobScheduleGetOptions = default);
static member Get : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleGetOptions -> Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedule
<Extension()>
Public Function Get (operations As IJobScheduleOperations, jobScheduleId As String, Optional jobScheduleGetOptions As JobScheduleGetOptions = Nothing) As CloudJobSchedule

Parameter

operations
IJobScheduleOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

jobScheduleId
String

Die ID des abzurufenden Auftragszeitplans.

jobScheduleGetOptions
JobScheduleGetOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: