ISqlPoolSchemasOperations 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.
SqlPoolSchemasOperations-Vorgänge.
public interface ISqlPoolSchemasOperations
type ISqlPoolSchemasOperations = interface
Public Interface ISqlPoolSchemasOperations
Methoden
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Sql-Poolschema abrufen |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Ruft Schemas eines bestimmten SQL-Pools ab. |
ListWithHttpMessagesAsync(String, String, String, ODataQuery<SqlPoolSchema>, Dictionary<String,List<String>>, CancellationToken) |
Ruft Schemas eines bestimmten SQL-Pools ab. |
Erweiterungsmethoden
Get(ISqlPoolSchemasOperations, String, String, String, String) |
Sql-Poolschema abrufen |
GetAsync(ISqlPoolSchemasOperations, String, String, String, String, CancellationToken) |
Sql-Poolschema abrufen |
List(ISqlPoolSchemasOperations, String, String, String, ODataQuery<SqlPoolSchema>) |
Ruft Schemas eines bestimmten SQL-Pools ab. |
ListAsync(ISqlPoolSchemasOperations, String, String, String, ODataQuery<SqlPoolSchema>, CancellationToken) |
Ruft Schemas eines bestimmten SQL-Pools ab. |
ListNext(ISqlPoolSchemasOperations, String) |
Ruft Schemas eines bestimmten SQL-Pools ab. |
ListNextAsync(ISqlPoolSchemasOperations, String, CancellationToken) |
Ruft Schemas eines bestimmten SQL-Pools ab. |
Gilt für:
Azure SDK for .NET