StorageAccountsOperationsExtensions.ListSasTokensNextAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el token de SAS asociado a la combinación de Data Lake Analytics y cuenta y contenedor de Azure Storage especificadas.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInfo>> ListSasTokensNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInformation>> ListSasTokensNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListSasTokensNextAsync : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInfo>>
static member ListSasTokensNextAsync : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInformation>>
<Extension()>
Public Function ListSasTokensNextAsync (operations As IStorageAccountsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SasTokenInfo))
<Extension()>
Public Function ListSasTokensNextAsync (operations As IStorageAccountsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SasTokenInformation))
Parámetros
- operations
- IStorageAccountsOperations
El grupo de operaciones de este método de extensión.
- nextPageLink
- String
NextLink de la llamada correcta anterior a la operación List.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET