ICatalogOperations Interface
Operations for managing the Data Lake Analytics catalog
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public interface ICatalogOperations
public interface class ICatalogOperations
type ICatalogOperations = interface end
Public Interface ICatalogOperations
Methods
| Name | Description | |
|---|---|---|
![]() |
CreateSecretAsync(String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, CancellationToken) | Creates the specified secret for use with external data sources in the specified database |
![]() |
DeleteSecretAsync(String, String, String, String, CancellationToken) | Deletes the specified secret in the specified database |
![]() |
GetAssemblyAsync(String, String, String, String, CancellationToken) | Retrieves the specified assembly from the current DataLakeAnalytics catalog |
![]() |
GetDatabaseAsync(String, String, String, CancellationToken) | Retrieves the specified database from the current DataLakeAnalytics catalog |
![]() |
GetExternalDataSourceAsync(String, String, String, String, CancellationToken) | Retrieves the specified external data source from the current DataLakeAnalytics catalog |
![]() |
GetSchemaAsync(String, String, String, String, CancellationToken) | Retrieves the specified schema from the current DataLakeAnalytics catalog |
![]() |
GetTableAsync(String, String, String, String, String, CancellationToken) | Retrieves the specified table from the current DataLakeAnalytics catalog |
![]() |
GetTableStatisticAsync(String, String, String, String, String, String, CancellationToken) | Retrieves the specified table from the current DataLakeAnalytics catalog |
![]() |
GetTableValuedFunctionAsync(String, String, String, String, String, CancellationToken) | Retrieves the specified table valued function from the current DataLakeAnalytics catalog |
![]() |
ListAssembliesAsync(String, String, String, CancellationToken) | Retrieves the list of assemblies from the current DataLakeAnalytics catalog |
![]() |
ListDatabasesAsync(String, String, CancellationToken) | Retrieves the list of databases from the current DataLakeAnalytics catalog |
![]() |
ListExternalDataSourcesAsync(String, String, String, CancellationToken) | Retrieves the list of external data sources from the current DataLakeAnalytics catalog |
![]() |
ListSchemasAsync(String, String, String, CancellationToken) | Retrieves the list of schemas from the current DataLakeAnalytics catalog |
![]() |
ListTablesAsync(String, String, String, String, CancellationToken) | Retrieves the list of tables from the current DataLakeAnalytics catalog |
![]() |
ListTableStatisticsAsync(String, String, String, String, String, CancellationToken) | Retrieves the list of tables from the current DataLakeAnalytics catalog |
![]() |
ListTableValuedFunctionsAsync(String, String, String, String, CancellationToken) | Retrieves the list of table valued functions from the current DataLakeAnalytics catalog |
![]() |
UpdateSecretAsync(String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, CancellationToken) | Modifies the specified secret for use with external data sources in the specified database |
Extension Methods
| Name | Description | |
|---|---|---|
![]() |
CreateSecret(String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) | Creates the specified secret for use with external data sources in the specified database (Defined by CatalogOperationsExtensions.) |
![]() |
CreateSecretAsync(String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) | Creates the specified secret for use with external data sources in the specified database (Defined by CatalogOperationsExtensions.) |
![]() |
DeleteSecret(String, String, String, String) | Deletes the specified secret in the specified database (Defined by CatalogOperationsExtensions.) |
![]() |
DeleteSecretAsync(String, String, String, String) | Deletes the specified secret in the specified database (Defined by CatalogOperationsExtensions.) |
![]() |
GetAssembly(String, String, String, String) | Retrieves the specified assembly from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetAssemblyAsync(String, String, String, String) | Retrieves the specified assembly from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetDatabase(String, String, String) | Retrieves the specified database from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetDatabaseAsync(String, String, String) | Retrieves the specified database from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetExternalDataSource(String, String, String, String) | Retrieves the specified external data source from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetExternalDataSourceAsync(String, String, String, String) | Retrieves the specified external data source from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetSchema(String, String, String, String) | Retrieves the specified schema from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetSchemaAsync(String, String, String, String) | Retrieves the specified schema from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetTable(String, String, String, String, String) | Retrieves the specified table from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetTableAsync(String, String, String, String, String) | Retrieves the specified table from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetTableStatistic(String, String, String, String, String, String) | Retrieves the specified table from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetTableStatisticAsync(String, String, String, String, String, String) | Retrieves the specified table from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetTableValuedFunction(String, String, String, String, String) | Retrieves the specified table valued function from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
GetTableValuedFunctionAsync(String, String, String, String, String) | Retrieves the specified table valued function from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListAssemblies(String, String, String) | Retrieves the list of assemblies from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListAssembliesAsync(String, String, String) | Retrieves the list of assemblies from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListDatabases(String, String) | Retrieves the list of databases from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListDatabasesAsync(String, String) | Retrieves the list of databases from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListExternalDataSources(String, String, String) | Retrieves the list of external data sources from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListExternalDataSourcesAsync(String, String, String) | Retrieves the list of external data sources from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListSchemas(String, String, String) | Retrieves the list of schemas from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListSchemasAsync(String, String, String) | Retrieves the list of schemas from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListTables(String, String, String, String) | Retrieves the list of tables from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListTablesAsync(String, String, String, String) | Retrieves the list of tables from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListTableStatistics(String, String, String, String, String) | Retrieves the list of tables from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListTableStatisticsAsync(String, String, String, String, String) | Retrieves the list of tables from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListTableValuedFunctions(String, String, String, String) | Retrieves the list of table valued functions from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
ListTableValuedFunctionsAsync(String, String, String, String) | Retrieves the list of table valued functions from the current DataLakeAnalytics catalog (Defined by CatalogOperationsExtensions.) |
![]() |
UpdateSecret(String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) | Modifies the specified secret for use with external data sources in the specified database (Defined by CatalogOperationsExtensions.) |
![]() |
UpdateSecretAsync(String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) | Modifies the specified secret for use with external data sources in the specified database (Defined by CatalogOperationsExtensions.) |
See Also
Microsoft.Azure.Management.DataLake.AnalyticsCatalog Namespace
Return to top
.jpeg)