次の方法で共有


StorageAccountsOperationsExtensions.ListSasTokensAsync メソッド

定義

指定したData Lake Analyticsと Azure Storage アカウントとコンテナーの組み合わせに関連付けられている SAS トークンを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInfo>> ListSasTokensAsync (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, string containerName, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInformation>> ListSasTokensAsync (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, string containerName, System.Threading.CancellationToken cancellationToken = default);
static member ListSasTokensAsync : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInfo>>
static member ListSasTokensAsync : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInformation>>
<Extension()>
Public Function ListSasTokensAsync (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SasTokenInfo))
<Extension()>
Public Function ListSasTokensAsync (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SasTokenInformation))

パラメーター

operations
IStorageAccountsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

accountName
String

Data Lake Analytics アカウントの名前。

storageAccountName
String

SAS トークンが要求されている Azure ストレージ アカウントの名前。

containerName
String

SAS トークンが要求される Azure ストレージ コンテナーの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象