Freigeben über


StorageAccountsOperationsExtensions.ListSasTokensNext Methode

Definition

Ruft das SAS-Token ab, das der angegebenen Data Lake Analytics- und Azure Storage-Konto- und Containerkombination zugeordnet ist.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInfo> ListSasTokensNext (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string nextPageLink);
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInformation> ListSasTokensNext (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string nextPageLink);
static member ListSasTokensNext : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInfo>
static member ListSasTokensNext : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInformation>
<Extension()>
Public Function ListSasTokensNext (operations As IStorageAccountsOperations, nextPageLink As String) As IPage(Of SasTokenInfo)
<Extension()>
Public Function ListSasTokensNext (operations As IStorageAccountsOperations, nextPageLink As String) As IPage(Of SasTokenInformation)

Parameter

operations
IStorageAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

Gibt zurück

Gilt für: