Freigeben über


IRunsOperations Schnittstelle

Definition

Führt Operationen aus.

public interface IRunsOperations
type IRunsOperations = interface
Public Interface IRunsOperations

Methoden

BeginCancelWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Bricht eine vorhandene Ausführung ab.

BeginUpdateWithHttpMessagesAsync(String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Patchen Sie die Ausführungseigenschaften.

CancelWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Bricht eine vorhandene Ausführung ab.

GetLogSasUrlWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft einen Link zum Herunterladen der Ausführungsprotokolle ab.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft die detaillierten Informationen für eine bestimmte Ausführung ab.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Ruft alle Ausführungen für eine Registrierung ab.

ListWithHttpMessagesAsync(String, String, ODataQuery<RunFilterInner>, Dictionary<String,List<String>>, CancellationToken)

Ruft alle Ausführungen für eine Registrierung ab.

UpdateWithHttpMessagesAsync(String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Patchen Sie die Ausführungseigenschaften.

Erweiterungsmethoden

BeginCancelAsync(IRunsOperations, String, String, String, CancellationToken)

Bricht eine vorhandene Ausführung ab.

BeginUpdateAsync(IRunsOperations, String, String, String, Nullable<Boolean>, CancellationToken)

Patchen Sie die Ausführungseigenschaften.

CancelAsync(IRunsOperations, String, String, String, CancellationToken)

Bricht eine vorhandene Ausführung ab.

GetAsync(IRunsOperations, String, String, String, CancellationToken)

Ruft die detaillierten Informationen für eine bestimmte Ausführung ab.

GetLogSasUrlAsync(IRunsOperations, String, String, String, CancellationToken)

Ruft einen Link zum Herunterladen der Ausführungsprotokolle ab.

ListAsync(IRunsOperations, String, String, ODataQuery<RunFilterInner>, CancellationToken)

Ruft alle Ausführungen für eine Registrierung ab.

ListNextAsync(IRunsOperations, String, CancellationToken)

Ruft alle Ausführungen für eine Registrierung ab.

UpdateAsync(IRunsOperations, String, String, String, Nullable<Boolean>, CancellationToken)

Patchen Sie die Ausführungseigenschaften.

Gilt für: