StorageAccountsOperationsExtensions.ListKeys メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したストレージ アカウントのアクセス キーまたは Kerberos キー (Active Directory が有効な場合) を一覧表示します。
public static Microsoft.Azure.Management.Storage.Models.StorageAccountListKeysResult ListKeys (this Microsoft.Azure.Management.Storage.IStorageAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Storage.Models.ListKeyExpand? expand = default);
static member ListKeys : Microsoft.Azure.Management.Storage.IStorageAccountsOperations * string * string * Nullable<Microsoft.Azure.Management.Storage.Models.ListKeyExpand> -> Microsoft.Azure.Management.Storage.Models.StorageAccountListKeysResult
<Extension()>
Public Function ListKeys (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, Optional expand As Nullable(Of ListKeyExpand) = Nothing) As StorageAccountListKeysResult
パラメーター
- operations
- IStorageAccountsOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。
- accountName
- String
指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。
- expand
- Nullable<ListKeyExpand>
一覧表示するキーの種類を指定します。 指定できる値は kerb です。 使用可能な値は次のとおりです: 'kerb'
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET