Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
PagedList<SasTokenInformation> |
StorageAccounts.listSasTokens(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<Page<SasTokenInformation>> |
StorageAccounts.listSasTokensAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
ServiceFuture<List<SasTokenInformation>> |
StorageAccounts.listSasTokensAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName,
ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
PagedList<SasTokenInformation> |
StorageAccounts.listSasTokensNext(String nextPageLink)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<Page<SasTokenInformation>> |
StorageAccounts.listSasTokensNextAsync(String nextPageLink)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
ServiceFuture<List<SasTokenInformation>> |
StorageAccounts.listSasTokensNextAsync(String nextPageLink,
ServiceFuture<List<SasTokenInformation>> serviceFuture,
ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<ServiceResponse<Page<SasTokenInformation>>> |
StorageAccounts.listSasTokensNextWithServiceResponseAsync(String nextPageLink)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<ServiceResponse<Page<SasTokenInformation>>> |
StorageAccounts.listSasTokensWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<List<SasTokenInformation>> |
StorageAccounts.listSasTokensAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName,
ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
ServiceFuture<List<SasTokenInformation>> |
StorageAccounts.listSasTokensNextAsync(String nextPageLink,
ServiceFuture<List<SasTokenInformation>> serviceFuture,
ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
ServiceFuture<List<SasTokenInformation>> |
StorageAccounts.listSasTokensNextAsync(String nextPageLink,
ServiceFuture<List<SasTokenInformation>> serviceFuture,
ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
Copyright © 2019. All rights reserved.