ISqlAgentOperations Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
SqlAgentOperations-Vorgänge.
public interface ISqlAgentOperations
type ISqlAgentOperations = interface
Public Interface ISqlAgentOperations
Methoden
CreateOrUpdateWithHttpMessagesAsync(String, String, SqlAgentConfiguration, Dictionary<String,List<String>>, CancellationToken) |
Setzt die neue SQL-Agent-Konfiguration auf instance. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Ruft die aktuelle instance sql-Agent-Konfiguration ab. |
Erweiterungsmethoden
CreateOrUpdate(ISqlAgentOperations, String, String, SqlAgentConfiguration) |
Setzt die neue SQL-Agent-Konfiguration auf instance. |
CreateOrUpdateAsync(ISqlAgentOperations, String, String, SqlAgentConfiguration, CancellationToken) |
Setzt die neue SQL-Agent-Konfiguration auf instance. |
Get(ISqlAgentOperations, String, String) |
Ruft die aktuelle instance sql-Agent-Konfiguration ab. |
GetAsync(ISqlAgentOperations, String, String, CancellationToken) |
Ruft die aktuelle instance sql-Agent-Konfiguration ab. |
Gilt für:
Azure SDK for .NET