SqlPoolSchemasOperationsExtensions Class
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.
Extension methods for SqlPoolSchemasOperations.
public static class SqlPoolSchemasOperationsExtensions
type SqlPoolSchemasOperationsExtensions = class
Public Module SqlPoolSchemasOperationsExtensions
- Inheritance
-
SqlPoolSchemasOperationsExtensions
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET