CreateCredential(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogCredentialCreateParameters)
|
Creates the specified credential for use with external data sources in the
specified database.
|
CreateCredentialAsync(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogCredentialCreateParameters, CancellationToken)
|
Creates the specified credential for use with external data sources in the
specified database.
|
CreateSecret(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters)
|
Obsolete.
Obsolete.
Creates the specified secret for use with external data sources in the
specified database. This is deprecated and will be removed in the next
release. Please use CreateCredential instead.
|
CreateSecretAsync(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, CancellationToken)
|
Obsolete.
Obsolete.
Creates the specified secret for use with external data sources in the
specified database. This is deprecated and will be removed in the next
release. Please use CreateCredential instead.
|
DeleteAllSecrets(ICatalogOperations, String, String)
|
Obsolete.
Deletes all secrets in the specified database. This is deprecated and will
be removed in the next release. In the future, please only drop individual
credentials using DeleteCredential
|
DeleteAllSecretsAsync(ICatalogOperations, String, String, CancellationToken)
|
Obsolete.
Deletes all secrets in the specified database. This is deprecated and will
be removed in the next release. In the future, please only drop individual
credentials using DeleteCredential
|
DeleteCredential(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogCredentialDeleteParameters, Nullable<Boolean>)
|
Deletes the specified credential in the specified database
|
DeleteCredentialAsync(ICatalogOperations, String, String, String,
DataLakeAnalyticsCatalogCredentialDeleteParameters, Nullable<Boolean>,
CancellationToken)
|
Deletes the specified credential in the specified database
|
DeleteSecret(ICatalogOperations, String, String, String)
|
Obsolete.
Obsolete.
Deletes the specified secret in the specified database. This is deprecated
and will be removed in the next release. Please use DeleteCredential
instead.
|
DeleteSecretAsync(ICatalogOperations, String, String, String, CancellationToken)
|
Obsolete.
Obsolete.
Deletes the specified secret in the specified database. This is deprecated
and will be removed in the next release. Please use DeleteCredential
instead.
|
GetAssembly(ICatalogOperations, String, String, String)
|
Retrieves the specified assembly from the Data Lake Analytics catalog.
|
GetAssemblyAsync(ICatalogOperations, String, String, String, CancellationToken)
|
Retrieves the specified assembly from the Data Lake Analytics catalog.
|
GetCredential(ICatalogOperations, String, String, String)
|
Retrieves the specified credential from the Data Lake Analytics catalog.
|
GetCredentialAsync(ICatalogOperations, String, String, String, CancellationToken)
|
Retrieves the specified credential from the Data Lake Analytics catalog.
|
GetDatabase(ICatalogOperations, String, String)
|
Retrieves the specified database from the Data Lake Analytics catalog.
|
GetDatabaseAsync(ICatalogOperations, String, String, CancellationToken)
|
Retrieves the specified database from the Data Lake Analytics catalog.
|
GetExternalDataSource(ICatalogOperations, String, String, String)
|
Retrieves the specified external data source from the Data Lake Analytics
catalog.
|
GetExternalDataSourceAsync(ICatalogOperations, String, String, String, CancellationToken)
|
Retrieves the specified external data source from the Data Lake Analytics
catalog.
|
GetPackage(ICatalogOperations, String, String, String, String)
|
Retrieves the specified package from the Data Lake Analytics catalog.
|
GetPackageAsync(ICatalogOperations, String, String, String, String, CancellationToken)
|
Retrieves the specified package from the Data Lake Analytics catalog.
|
GetProcedure(ICatalogOperations, String, String, String, String)
|
Retrieves the specified procedure from the Data Lake Analytics catalog.
|
GetProcedureAsync(ICatalogOperations, String, String, String, String, CancellationToken)
|
Retrieves the specified procedure from the Data Lake Analytics catalog.
|
GetSchema(ICatalogOperations, String, String, String)
|
Retrieves the specified schema from the Data Lake Analytics catalog.
|
GetSchemaAsync(ICatalogOperations, String, String, String, CancellationToken)
|
Retrieves the specified schema from the Data Lake Analytics catalog.
|
GetSecret(ICatalogOperations, String, String, String)
|
Obsolete.
Obsolete.
Gets the specified secret in the specified database. This is deprecated and
will be removed in the next release. Please use GetCredential instead.
|
GetSecretAsync(ICatalogOperations, String, String, String, CancellationToken)
|
Obsolete.
Obsolete.
Gets the specified secret in the specified database. This is deprecated and
will be removed in the next release. Please use GetCredential instead.
|
GetTable(ICatalogOperations, String, String, String, String)
|
Retrieves the specified table from the Data Lake Analytics catalog.
|
GetTableAsync(ICatalogOperations, String, String, String, String, CancellationToken)
|
Retrieves the specified table from the Data Lake Analytics catalog.
|
GetTablePartition(ICatalogOperations, String, String, String, String, String)
|
Retrieves the specified table partition from the Data Lake Analytics
catalog.
|
GetTablePartitionAsync(ICatalogOperations, String, String, String, String, String, CancellationToken)
|
Retrieves the specified table partition from the Data Lake Analytics
catalog.
|
GetTableStatistic(ICatalogOperations, String, String, String, String, String)
|
Retrieves the specified table statistics from the Data Lake Analytics
catalog.
|
GetTableStatisticAsync(ICatalogOperations, String, String, String, String, String, CancellationToken)
|
Retrieves the specified table statistics from the Data Lake Analytics
catalog.
|
GetTableType(ICatalogOperations, String, String, String, String)
|
Retrieves the specified table type from the Data Lake Analytics catalog.
|
GetTableTypeAsync(ICatalogOperations, String, String, String, String, CancellationToken)
|
Retrieves the specified table type from the Data Lake Analytics catalog.
|
GetTableValuedFunction(ICatalogOperations, String, String, String, String)
|
Retrieves the specified table valued function from the Data Lake Analytics
catalog.
|
GetTableValuedFunctionAsync(ICatalogOperations, String, String, String, String, CancellationToken)
|
Retrieves the specified table valued function from the Data Lake Analytics
catalog.
|
GetView(ICatalogOperations, String, String, String, String)
|
Retrieves the specified view from the Data Lake Analytics catalog.
|
GetViewAsync(ICatalogOperations, String, String, String, String, CancellationToken)
|
Retrieves the specified view from the Data Lake Analytics catalog.
|
GrantAcl(ICatalogOperations, String, AclCreateOrUpdateParameters)
|
Grants an access control list (ACL) entry to the Data Lake Analytics
catalog.
|
GrantAclAsync(ICatalogOperations, String, AclCreateOrUpdateParameters, CancellationToken)
|
Grants an access control list (ACL) entry to the Data Lake Analytics
catalog.
|
GrantAclToDatabase(ICatalogOperations, String, String, AclCreateOrUpdateParameters)
|
Grants an access control list (ACL) entry to the database from the Data
Lake Analytics catalog.
|
GrantAclToDatabaseAsync(ICatalogOperations, String, String, AclCreateOrUpdateParameters, CancellationToken)
|
Grants an access control list (ACL) entry to the database from the Data
Lake Analytics catalog.
|
ListAcls(ICatalogOperations, String, ODataQuery<Acl>, String, Nullable<Boolean>)
|
Retrieves the list of access control list (ACL) entries for the Data Lake
Analytics catalog.
|
ListAclsAsync(ICatalogOperations, String, ODataQuery<Acl>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of access control list (ACL) entries for the Data Lake
Analytics catalog.
|
ListAclsByDatabase(ICatalogOperations, String, String, ODataQuery<Acl>, String, Nullable<Boolean>)
|
Retrieves the list of access control list (ACL) entries for the database
from the Data Lake Analytics catalog.
|
ListAclsByDatabaseAsync(ICatalogOperations, String, String, ODataQuery<Acl>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of access control list (ACL) entries for the database
from the Data Lake Analytics catalog.
|
ListAclsByDatabaseNext(ICatalogOperations, String)
|
Retrieves the list of access control list (ACL) entries for the database
from the Data Lake Analytics catalog.
|
ListAclsByDatabaseNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of access control list (ACL) entries for the database
from the Data Lake Analytics catalog.
|
ListAclsNext(ICatalogOperations, String)
|
Retrieves the list of access control list (ACL) entries for the Data Lake
Analytics catalog.
|
ListAclsNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of access control list (ACL) entries for the Data Lake
Analytics catalog.
|
ListAssemblies(ICatalogOperations, String, String, ODataQuery<USqlAssembly>, String, Nullable<Boolean>)
|
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ListAssembliesAsync(ICatalogOperations, String, String, ODataQuery<USqlAssembly>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ListAssembliesNext(ICatalogOperations, String)
|
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ListAssembliesNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ListCredentials(ICatalogOperations, String, String, ODataQuery<USqlCredential>, String, Nullable<Boolean>)
|
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ListCredentialsAsync(ICatalogOperations, String, String, ODataQuery<USqlCredential>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ListCredentialsNext(ICatalogOperations, String)
|
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ListCredentialsNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ListDatabases(ICatalogOperations, String, ODataQuery<USqlDatabase>, String, Nullable<Boolean>)
|
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ListDatabasesAsync(ICatalogOperations, String, ODataQuery<USqlDatabase>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ListDatabasesNext(ICatalogOperations, String)
|
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ListDatabasesNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ListExternalDataSources(ICatalogOperations, String, String, ODataQuery<USqlExternalDataSource>, String, Nullable<Boolean>)
|
Retrieves the list of external data sources from the Data Lake Analytics
catalog.
|
ListExternalDataSourcesAsync(ICatalogOperations, String, String, ODataQuery<USqlExternalDataSource>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of external data sources from the Data Lake Analytics
catalog.
|
ListExternalDataSourcesNext(ICatalogOperations, String)
|
Retrieves the list of external data sources from the Data Lake Analytics
catalog.
|
ListExternalDataSourcesNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of external data sources from the Data Lake Analytics
catalog.
|
ListPackages(ICatalogOperations, String, String, String, ODataQuery<USqlPackage>, String, Nullable<Boolean>)
|
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ListPackagesAsync(ICatalogOperations, String, String, String, ODataQuery<USqlPackage>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ListPackagesNext(ICatalogOperations, String)
|
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ListPackagesNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ListProcedures(ICatalogOperations, String, String, String, ODataQuery<USqlProcedure>, String, Nullable<Boolean>)
|
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ListProceduresAsync(ICatalogOperations, String, String, String, ODataQuery<USqlProcedure>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ListProceduresNext(ICatalogOperations, String)
|
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ListProceduresNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ListSchemas(ICatalogOperations, String, String, ODataQuery<USqlSchema>, String, Nullable<Boolean>)
|
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ListSchemasAsync(ICatalogOperations, String, String, ODataQuery<USqlSchema>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ListSchemasNext(ICatalogOperations, String)
|
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ListSchemasNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ListTableFragments(ICatalogOperations, String, String, String, String, ODataQuery<USqlTableFragment>, String, Nullable<Boolean>)
|
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ListTableFragmentsAsync(ICatalogOperations, String, String, String,
String, ODataQuery<USqlTableFragment>, String, Nullable<Boolean>,
CancellationToken)
|
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ListTableFragmentsNext(ICatalogOperations, String)
|
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ListTableFragmentsNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ListTablePartitions(ICatalogOperations, String, String, String, String, ODataQuery<USqlTablePartition>, String, Nullable<Boolean>)
|
Retrieves the list of table partitions from the Data Lake Analytics
catalog.
|
ListTablePartitionsAsync(ICatalogOperations, String, String, String,
String, ODataQuery<USqlTablePartition>, String, Nullable<Boolean>,
CancellationToken)
|
Retrieves the list of table partitions from the Data Lake Analytics
catalog.
|
ListTablePartitionsNext(ICatalogOperations, String)
|
Retrieves the list of table partitions from the Data Lake Analytics
catalog.
|
ListTablePartitionsNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of table partitions from the Data Lake Analytics
catalog.
|
ListTables(ICatalogOperations, String, String, String, ODataQuery<USqlTable>, String, Nullable<Boolean>, Nullable<Boolean>)
|
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ListTablesAsync(ICatalogOperations, String, String, String, ODataQuery<USqlTable>, String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ListTablesByDatabase(ICatalogOperations, String, String, ODataQuery<USqlTable>, String, Nullable<Boolean>, Nullable<Boolean>)
|
Retrieves the list of all tables in a database from the Data Lake Analytics
catalog.
|
ListTablesByDatabaseAsync(ICatalogOperations, String, String, ODataQuery<USqlTable>, String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of all tables in a database from the Data Lake Analytics
catalog.
|
ListTablesByDatabaseNext(ICatalogOperations, String)
|
Retrieves the list of all tables in a database from the Data Lake Analytics
catalog.
|
ListTablesByDatabaseNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of all tables in a database from the Data Lake Analytics
catalog.
|
ListTablesNext(ICatalogOperations, String)
|
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ListTablesNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ListTableStatistics(ICatalogOperations, String, String, String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>)
|
Retrieves the list of table statistics from the Data Lake Analytics
catalog.
|
ListTableStatisticsAsync(ICatalogOperations, String, String, String,
String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>,
CancellationToken)
|
Retrieves the list of table statistics from the Data Lake Analytics
catalog.
|
ListTableStatisticsByDatabase(ICatalogOperations, String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>)
|
Retrieves the list of all statistics in a database from the Data Lake
Analytics catalog.
|
ListTableStatisticsByDatabaseAndSchema(ICatalogOperations, String, String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>)
|
Retrieves the list of all table statistics within the specified schema from
the Data Lake Analytics catalog.
|
ListTableStatisticsByDatabaseAndSchemaAsync(ICatalogOperations,
String, String, String, ODataQuery<USqlTableStatistics>, String,
Nullable<Boolean>, CancellationToken)
|
Retrieves the list of all table statistics within the specified schema from
the Data Lake Analytics catalog.
|
ListTableStatisticsByDatabaseAndSchemaNext(ICatalogOperations, String)
|
Retrieves the list of all table statistics within the specified schema from
the Data Lake Analytics catalog.
|
ListTableStatisticsByDatabaseAndSchemaNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of all table statistics within the specified schema from
the Data Lake Analytics catalog.
|
ListTableStatisticsByDatabaseAsync(ICatalogOperations, String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of all statistics in a database from the Data Lake
Analytics catalog.
|
ListTableStatisticsByDatabaseNext(ICatalogOperations, String)
|
Retrieves the list of all statistics in a database from the Data Lake
Analytics catalog.
|
ListTableStatisticsByDatabaseNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of all statistics in a database from the Data Lake
Analytics catalog.
|
ListTableStatisticsNext(ICatalogOperations, String)
|
Retrieves the list of table statistics from the Data Lake Analytics
catalog.
|
ListTableStatisticsNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of table statistics from the Data Lake Analytics
catalog.
|
ListTableTypes(ICatalogOperations, String, String, String, ODataQuery<USqlTableType>, String, Nullable<Boolean>)
|
Retrieves the list of table types from the Data Lake Analytics catalog.
|
ListTableTypesAsync(ICatalogOperations, String, String, String, ODataQuery<USqlTableType>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of table types from the Data Lake Analytics catalog.
|
ListTableTypesNext(ICatalogOperations, String)
|
Retrieves the list of table types from the Data Lake Analytics catalog.
|
ListTableTypesNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of table types from the Data Lake Analytics catalog.
|
ListTableValuedFunctions(ICatalogOperations, String, String, String, ODataQuery<USqlTableValuedFunction>, String, Nullable<Boolean>)
|
Retrieves the list of table valued functions from the Data Lake Analytics
catalog.
|
ListTableValuedFunctionsAsync(ICatalogOperations, String, String,
String, ODataQuery<USqlTableValuedFunction>, String, Nullable<Boolean>,
CancellationToken)
|
Retrieves the list of table valued functions from the Data Lake Analytics
catalog.
|
ListTableValuedFunctionsByDatabase(ICatalogOperations, String, String, ODataQuery<USqlTableValuedFunction>, String, Nullable<Boolean>)
|
Retrieves the list of all table valued functions in a database from the
Data Lake Analytics catalog.
|
ListTableValuedFunctionsByDatabaseAsync(ICatalogOperations, String,
String, ODataQuery<USqlTableValuedFunction>, String, Nullable<Boolean>,
CancellationToken)
|
Retrieves the list of all table valued functions in a database from the
Data Lake Analytics catalog.
|
ListTableValuedFunctionsByDatabaseNext(ICatalogOperations, String)
|
Retrieves the list of all table valued functions in a database from the
Data Lake Analytics catalog.
|
ListTableValuedFunctionsByDatabaseNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of all table valued functions in a database from the
Data Lake Analytics catalog.
|
ListTableValuedFunctionsNext(ICatalogOperations, String)
|
Retrieves the list of table valued functions from the Data Lake Analytics
catalog.
|
ListTableValuedFunctionsNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of table valued functions from the Data Lake Analytics
catalog.
|
ListTypes(ICatalogOperations, String, String, String, ODataQuery<USqlType>, String, Nullable<Boolean>)
|
Retrieves the list of types within the specified database and schema from
the Data Lake Analytics catalog.
|
ListTypesAsync(ICatalogOperations, String, String, String, ODataQuery<USqlType>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of types within the specified database and schema from
the Data Lake Analytics catalog.
|
ListTypesNext(ICatalogOperations, String)
|
Retrieves the list of types within the specified database and schema from
the Data Lake Analytics catalog.
|
ListTypesNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of types within the specified database and schema from
the Data Lake Analytics catalog.
|
ListViews(ICatalogOperations, String, String, String, ODataQuery<USqlView>, String, Nullable<Boolean>)
|
Retrieves the list of views from the Data Lake Analytics catalog.
|
ListViewsAsync(ICatalogOperations, String, String, String, ODataQuery<USqlView>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of views from the Data Lake Analytics catalog.
|
ListViewsByDatabase(ICatalogOperations, String, String, ODataQuery<USqlView>, String, Nullable<Boolean>)
|
Retrieves the list of all views in a database from the Data Lake Analytics
catalog.
|
ListViewsByDatabaseAsync(ICatalogOperations, String, String, ODataQuery<USqlView>, String, Nullable<Boolean>, CancellationToken)
|
Retrieves the list of all views in a database from the Data Lake Analytics
catalog.
|
ListViewsByDatabaseNext(ICatalogOperations, String)
|
Retrieves the list of all views in a database from the Data Lake Analytics
catalog.
|
ListViewsByDatabaseNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of all views in a database from the Data Lake Analytics
catalog.
|
ListViewsNext(ICatalogOperations, String)
|
Retrieves the list of views from the Data Lake Analytics catalog.
|
ListViewsNextAsync(ICatalogOperations, String, CancellationToken)
|
Retrieves the list of views from the Data Lake Analytics catalog.
|
PreviewTable(ICatalogOperations, String, String, String, String, Nullable<Int64>, Nullable<Int64>)
|
Retrieves a preview set of rows in given table.
|
PreviewTableAsync(ICatalogOperations, String, String, String, String, Nullable<Int64>, Nullable<Int64>, CancellationToken)
|
Retrieves a preview set of rows in given table.
|
PreviewTablePartition(ICatalogOperations, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>)
|
Retrieves a preview set of rows in given partition.
|
PreviewTablePartitionAsync(ICatalogOperations, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, CancellationToken)
|
Retrieves a preview set of rows in given partition.
|
RevokeAcl(ICatalogOperations, String, AclDeleteParameters)
|
Revokes an access control list (ACL) entry from the Data Lake Analytics
catalog.
|
RevokeAclAsync(ICatalogOperations, String, AclDeleteParameters, CancellationToken)
|
Revokes an access control list (ACL) entry from the Data Lake Analytics
catalog.
|
RevokeAclFromDatabase(ICatalogOperations, String, String, AclDeleteParameters)
|
Revokes an access control list (ACL) entry for the database from the Data
Lake Analytics catalog.
|
RevokeAclFromDatabaseAsync(ICatalogOperations, String, String, AclDeleteParameters, CancellationToken)
|
Revokes an access control list (ACL) entry for the database from the Data
Lake Analytics catalog.
|
UpdateCredential(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogCredentialUpdateParameters)
|
Modifies the specified credential for use with external data sources in the
specified database
|
UpdateCredentialAsync(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogCredentialUpdateParameters, CancellationToken)
|
Modifies the specified credential for use with external data sources in the
specified database
|
UpdateSecret(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters)
|
Obsolete.
Obsolete.
Modifies the specified secret for use with external data sources in the
specified database. This is deprecated and will be removed in the next
release. Please use UpdateCredential instead.
|
UpdateSecretAsync(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, CancellationToken)
|
Obsolete.
Obsolete.
Modifies the specified secret for use with external data sources in the
specified database. This is deprecated and will be removed in the next
release. Please use UpdateCredential instead.
|