ISqlPoolSchemasOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opérations SqlPoolSchemasOperations.
public interface ISqlPoolSchemasOperations
type ISqlPoolSchemasOperations = interface
Public Interface ISqlPoolSchemasOperations
Méthodes
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtenir le schéma du pool Sql |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Obtient les schémas d’un pool SQL donné |
ListWithHttpMessagesAsync(String, String, String, ODataQuery<SqlPoolSchema>, Dictionary<String,List<String>>, CancellationToken) |
Obtient les schémas d’un pool SQL donné |
Méthodes d’extension
Get(ISqlPoolSchemasOperations, String, String, String, String) |
Obtenir le schéma du pool Sql |
GetAsync(ISqlPoolSchemasOperations, String, String, String, String, CancellationToken) |
Obtenir le schéma du pool Sql |
List(ISqlPoolSchemasOperations, String, String, String, ODataQuery<SqlPoolSchema>) |
Obtient les schémas d’un pool SQL donné |
ListAsync(ISqlPoolSchemasOperations, String, String, String, ODataQuery<SqlPoolSchema>, CancellationToken) |
Obtient les schémas d’un pool SQL donné |
ListNext(ISqlPoolSchemasOperations, String) |
Obtient les schémas d’un pool SQL donné |
ListNextAsync(ISqlPoolSchemasOperations, String, CancellationToken) |
Obtient les schémas d’un pool SQL donné |
S’applique à
Azure SDK for .NET