Share via


StorageAccountsOperationsExtensions.ListAccountSASAsync メソッド

定義

ストレージ アカウントの SAS 資格情報を一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.ListAccountSasResponse> ListAccountSASAsync (this Microsoft.Azure.Management.Storage.IStorageAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Storage.Models.AccountSasParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member ListAccountSASAsync : Microsoft.Azure.Management.Storage.IStorageAccountsOperations * string * string * Microsoft.Azure.Management.Storage.Models.AccountSasParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.ListAccountSasResponse>
<Extension()>
Public Function ListAccountSASAsync (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, parameters As AccountSasParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ListAccountSasResponse)

パラメーター

operations
IStorageAccountsOperations

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

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

parameters
AccountSasParameters

ストレージ アカウントの SAS 資格情報を一覧表示するために指定するパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象