| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.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<com.microsoft.azure.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.
|
com.microsoft.rest.ServiceFuture<List<SasTokenInformation>> |
StorageAccounts.listSasTokensAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName,
com.microsoft.azure.ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
com.microsoft.azure.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<com.microsoft.azure.Page<SasTokenInformation>> |
StorageAccounts.listSasTokensNextAsync(String nextPageLink)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
com.microsoft.rest.ServiceFuture<List<SasTokenInformation>> |
StorageAccounts.listSasTokensNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<SasTokenInformation>> serviceFuture,
com.microsoft.azure.ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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 |
|---|---|
com.microsoft.rest.ServiceFuture<List<SasTokenInformation>> |
StorageAccounts.listSasTokensAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName,
com.microsoft.azure.ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
com.microsoft.rest.ServiceFuture<List<SasTokenInformation>> |
StorageAccounts.listSasTokensNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<SasTokenInformation>> serviceFuture,
com.microsoft.azure.ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
com.microsoft.rest.ServiceFuture<List<SasTokenInformation>> |
StorageAccounts.listSasTokensNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<SasTokenInformation>> serviceFuture,
com.microsoft.azure.ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/