Freigeben über


IJobScheduleOperations.ExistsWithHttpMessagesAsync Methode

Definition

Überprüft, ob der angegebene Auftragszeitplan vorhanden ist.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool,Microsoft.Azure.Batch.Protocol.Models.JobScheduleExistsHeaders>> ExistsWithHttpMessagesAsync (string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobScheduleExistsOptions jobScheduleExistsOptions = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsWithHttpMessagesAsync : string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleExistsOptions * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool, Microsoft.Azure.Batch.Protocol.Models.JobScheduleExistsHeaders>>
Public Function ExistsWithHttpMessagesAsync (jobScheduleId As String, Optional jobScheduleExistsOptions As JobScheduleExistsOptions = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Boolean, JobScheduleExistsHeaders))

Parameter

jobScheduleId
String

Die ID des Auftragszeitplans, den Sie überprüfen möchten.

jobScheduleExistsOptions
JobScheduleExistsOptions

Zusätzliche Parameter für den Vorgang

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: