Method | Description | |
---|---|---|
AddDataLakeStoreAccount ( string resourceGroupName, string accountName, DataLakeStoreAccountInfo storageToAdd ) : void | ||
AddStorageAccount ( string resourceGroupName, string accountName, StorageAccountInfo storageToAdd ) : void | ||
BuildJob ( string accountName, JobInformation jobToBuild ) : JobInformation | ||
CancelJob ( string accountName, System.Guid jobId ) : void | ||
CreateCredential ( string accountName, string databaseName, string credentialName, string userId, string password, string hostUri ) : void | ||
CreateOrUpdateAccount ( string resourceGroupName, string accountName, string location, DataLakeStoreAccountInfo defaultDataLakeStoreAccount = null, IList |
||
CreateSecret ( string accountName, string databaseName, string secretName, string password, string hostUri ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlSecret | ||
DataLakeAnalyticsClient ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models | ||
DeleteAccount ( string resourceGroupName, string accountName ) : void | ||
DeleteCredential ( string accountName, string databaseName, string credentialName, string password = null ) : void | ||
DeleteSecret ( string accountName, string databaseName, string secretName ) : void | ||
GetAccount ( string resourceGroupName, string accountName ) : Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount | ||
GetAllDataSources ( string resourceGroupName, string accountName ) : IEnumerable |
||
GetCatalogItem ( string accountName, |
||
GetDataLakeStoreAccount ( string resourceGroupName, string accountName, string dataLakeStoreAccountName ) : DataLakeStoreAccountInfo | ||
GetDebugDataPaths ( string accountName, System.Guid jobId ) : Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobDataPath | ||
GetJob ( string accountName, System.Guid jobId ) : JobInformation | ||
GetJobStatistics ( string accountName, System.Guid jobId ) : Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobStatistics | ||
GetSecret ( string accountName, string databaseName, string secretName ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlSecret | ||
GetStorageAccount ( string resourceGroupName, string accountName, string storageAccountName ) : StorageAccountInfo | ||
ListAccounts ( string resourceGroupName, string filter, int top, int skip ) : List |
||
ListDataLakeStoreAccounts ( string resourceGroupName, string accountName ) : IEnumerable |
||
ListJobs ( string accountName, string filter, int top, int skip ) : List |
||
ListStorageAccounts ( string resourceGroupName, string accountName ) : IEnumerable |
||
RemoveDataLakeStoreAccount ( string resourceGroupName, string accountName, string dataLakeStoreAccountName ) : void | ||
RemoveStorageAccount ( string resourceGroupName, string accountName, string storageAccountName ) : void | ||
SetDefaultDataLakeStoreAccount ( string resourceGroupName, string accountName, DataLakeStoreAccountInfo storageToSet ) : void | ||
SetStorageAccount ( string resourceGroupName, string accountName, StorageAccountInfo storageToSet ) : void | ||
SubmitJob ( string accountName, JobInformation jobToSubmit ) : JobInformation | ||
TestAccount ( string resourceGroupName, string accountName ) : bool | ||
TestCatalogItem ( string accountName, |
||
UpdateCredentialPassword ( string accountName, string databaseName, string credentialName, string userId, string password, string newPassword, string hostUri ) : void | ||
UpdateSecret ( string accountName, string databaseName, string secretName, string password, string hostUri ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlSecret |
Method | Description | |
---|---|---|
GetAssemblies ( string accountName, string databaseName ) : IList |
||
GetAssembly ( string accountName, string databaseName, string assemblyName ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlAssembly | ||
GetCredential ( string accountName, string databaseName, string credName ) : |
||
GetCredentials ( string accountName, string databaseName ) : IList |
||
GetDatabase ( string accountName, string databaseName ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlDatabase | ||
GetDatabases ( string accountName ) : IList |
||
GetExternalDataSource ( string accountName, string databaseName, string dataSourceName ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlExternalDataSource | ||
GetExternalDataSources ( string accountName, string databaseName ) : IList |
||
GetProcedure ( string accountName, string databaseName, string schemaName, string procName ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlProcedure | ||
GetProcedures ( string accountName, string databaseName, string schemaName ) : IList |
||
GetResourceGroupByAccountName ( string accountName ) : string | ||
GetSchema ( string accountName, string databaseName, string schemaName ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlSchema | ||
GetSchemas ( string accountName, string databaseName ) : IList |
||
GetTable ( string accountName, string databaseName, string schemaName, string tableName ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlTable | ||
GetTablePartition ( string accountName, string databaseName, string schemaName, string tableName, string partitionName ) : USqlTablePartition | ||
GetTablePartitions ( string accountName, string databaseName, string schemaName, string tableName ) : IList |
||
GetTableStatistic ( string accountName, string databaseName, string schemaName, string tableName, string statisticsName ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlTableStatistics | ||
GetTableStatistics ( string accountName, string databaseName, string schemaName, string tableName ) : IList |
||
GetTableValuedFunction ( string accountName, string databaseName, string schemaName, string tableValuedFunctionName ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlTableValuedFunction | ||
GetTableValuedFunctions ( string accountName, string databaseName, string schemaName ) : IList |
||
GetTables ( string accountName, string databaseName, string schemaName ) : IList |
||
GetTypes ( string accountName, string databaseName, string schemaName ) : IList |
||
GetView ( string accountName, string databaseName, string schemaName, string viewName ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlView | ||
GetViews ( string accountName, string databaseName, string schemaName ) : IList |
||
IsCatalogItemOrList ( |
||
ListAccountsWithNextLink ( string nextLink ) : IPage |
||
ListJobsWithNextLink ( string nextLink ) : IPage |
public AddDataLakeStoreAccount ( string resourceGroupName, string accountName, DataLakeStoreAccountInfo storageToAdd ) : void | ||
resourceGroupName | string | |
accountName | string | |
storageToAdd | DataLakeStoreAccountInfo | |
return | void |
public AddStorageAccount ( string resourceGroupName, string accountName, StorageAccountInfo storageToAdd ) : void | ||
resourceGroupName | string | |
accountName | string | |
storageToAdd | StorageAccountInfo | |
return | void |
public BuildJob ( string accountName, JobInformation jobToBuild ) : JobInformation | ||
accountName | string | |
jobToBuild | JobInformation | |
return | JobInformation |
public CancelJob ( string accountName, System.Guid jobId ) : void | ||
accountName | string | |
jobId | System.Guid | |
return | void |
public CreateCredential ( string accountName, string databaseName, string credentialName, string userId, string password, string hostUri ) : void | ||
accountName | string | |
databaseName | string | |
credentialName | string | |
userId | string | |
password | string | |
hostUri | string | |
return | void |
public CreateOrUpdateAccount ( string resourceGroupName, string accountName, string location, DataLakeStoreAccountInfo defaultDataLakeStoreAccount = null, IList |
||
resourceGroupName | string | |
accountName | string | |
location | string | |
defaultDataLakeStoreAccount | DataLakeStoreAccountInfo | |
additionalDataLakeStoreAccounts | IList |
|
additionalStorageAccounts | IList |
|
customTags | ||
return | Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount |
public CreateSecret ( string accountName, string databaseName, string secretName, string password, string hostUri ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlSecret | ||
accountName | string | |
databaseName | string | |
secretName | string | |
password | string | |
hostUri | string | |
return | Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlSecret |
public DataLakeAnalyticsClient ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models | ||
context | Microsoft.Azure.Common.Authentication.Models.AzureContext | |
return | Microsoft.Azure.Commands.Common.Authentication.Models |
public DeleteAccount ( string resourceGroupName, string accountName ) : void | ||
resourceGroupName | string | |
accountName | string | |
return | void |
public DeleteCredential ( string accountName, string databaseName, string credentialName, string password = null ) : void | ||
accountName | string | |
databaseName | string | |
credentialName | string | |
password | string | |
return | void |
public DeleteSecret ( string accountName, string databaseName, string secretName ) : void | ||
accountName | string | |
databaseName | string | |
secretName | string | |
return | void |
public GetAccount ( string resourceGroupName, string accountName ) : Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount | ||
resourceGroupName | string | |
accountName | string | |
return | Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount |
public GetAllDataSources ( string resourceGroupName, string accountName ) : IEnumerable |
||
resourceGroupName | string | |
accountName | string | |
return | IEnumerable |
public GetCatalogItem ( string accountName, |
||
accountName | string | |
path | ||
itemType | DataLakeAnalyticsEnums | |
return | IList |
public GetDataLakeStoreAccount ( string resourceGroupName, string accountName, string dataLakeStoreAccountName ) : DataLakeStoreAccountInfo | ||
resourceGroupName | string | |
accountName | string | |
dataLakeStoreAccountName | string | |
return | DataLakeStoreAccountInfo |
public GetDebugDataPaths ( string accountName, System.Guid jobId ) : Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobDataPath | ||
accountName | string | |
jobId | System.Guid | |
return | Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobDataPath |
public GetJob ( string accountName, System.Guid jobId ) : JobInformation | ||
accountName | string | |
jobId | System.Guid | |
return | JobInformation |
public GetJobStatistics ( string accountName, System.Guid jobId ) : Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobStatistics | ||
accountName | string | |
jobId | System.Guid | |
return | Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobStatistics |
public GetSecret ( string accountName, string databaseName, string secretName ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlSecret | ||
accountName | string | |
databaseName | string | |
secretName | string | |
return | Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlSecret |
public GetStorageAccount ( string resourceGroupName, string accountName, string storageAccountName ) : StorageAccountInfo | ||
resourceGroupName | string | |
accountName | string | |
storageAccountName | string | |
return | StorageAccountInfo |
public ListAccounts ( string resourceGroupName, string filter, int top, int skip ) : List |
||
resourceGroupName | string | |
filter | string | |
top | int | |
skip | int | |
return | List |
public ListDataLakeStoreAccounts ( string resourceGroupName, string accountName ) : IEnumerable |
||
resourceGroupName | string | |
accountName | string | |
return | IEnumerable |
public ListJobs ( string accountName, string filter, int top, int skip ) : List |
||
accountName | string | |
filter | string | |
top | int | |
skip | int | |
return | List |
public ListStorageAccounts ( string resourceGroupName, string accountName ) : IEnumerable |
||
resourceGroupName | string | |
accountName | string | |
return | IEnumerable |
public RemoveDataLakeStoreAccount ( string resourceGroupName, string accountName, string dataLakeStoreAccountName ) : void | ||
resourceGroupName | string | |
accountName | string | |
dataLakeStoreAccountName | string | |
return | void |
public RemoveStorageAccount ( string resourceGroupName, string accountName, string storageAccountName ) : void | ||
resourceGroupName | string | |
accountName | string | |
storageAccountName | string | |
return | void |
public SetDefaultDataLakeStoreAccount ( string resourceGroupName, string accountName, DataLakeStoreAccountInfo storageToSet ) : void | ||
resourceGroupName | string | |
accountName | string | |
storageToSet | DataLakeStoreAccountInfo | |
return | void |
public SetStorageAccount ( string resourceGroupName, string accountName, StorageAccountInfo storageToSet ) : void | ||
resourceGroupName | string | |
accountName | string | |
storageToSet | StorageAccountInfo | |
return | void |
public SubmitJob ( string accountName, JobInformation jobToSubmit ) : JobInformation | ||
accountName | string | |
jobToSubmit | JobInformation | |
return | JobInformation |
public TestAccount ( string resourceGroupName, string accountName ) : bool | ||
resourceGroupName | string | |
accountName | string | |
return | bool |
public TestCatalogItem ( string accountName, |
||
accountName | string | |
path | ||
itemType | DataLakeAnalyticsEnums | |
return | bool |
public UpdateCredentialPassword ( string accountName, string databaseName, string credentialName, string userId, string password, string newPassword, string hostUri ) : void | ||
accountName | string | |
databaseName | string | |
credentialName | string | |
userId | string | |
password | string | |
newPassword | string | |
hostUri | string | |
return | void |
public UpdateSecret ( string accountName, string databaseName, string secretName, string password, string hostUri ) : Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlSecret | ||
accountName | string | |
databaseName | string | |
secretName | string | |
password | string | |
hostUri | string | |
return | Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlSecret |