ISqlPoolSchemasOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SqlPoolSchemasOperations operations.
public interface ISqlPoolSchemasOperations
type ISqlPoolSchemasOperations = interface
Public Interface ISqlPoolSchemasOperations
Methods
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get Sql Pool schema |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets schemas of a given SQL pool |
ListWithHttpMessagesAsync(String, String, String, ODataQuery<SqlPoolSchema>, Dictionary<String,List<String>>, CancellationToken) |
Gets schemas of a given SQL pool |
Extension Methods
Get(ISqlPoolSchemasOperations, String, String, String, String) |
Get Sql Pool schema |
GetAsync(ISqlPoolSchemasOperations, String, String, String, String, CancellationToken) |
Get Sql Pool schema |
List(ISqlPoolSchemasOperations, String, String, String, ODataQuery<SqlPoolSchema>) |
Gets schemas of a given SQL pool |
ListAsync(ISqlPoolSchemasOperations, String, String, String, ODataQuery<SqlPoolSchema>, CancellationToken) |
Gets schemas of a given SQL pool |
ListNext(ISqlPoolSchemasOperations, String) |
Gets schemas of a given SQL pool |
ListNextAsync(ISqlPoolSchemasOperations, String, CancellationToken) |
Gets schemas of a given SQL pool |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET