StorageAccountResource.GetStorageAccountLocalUserAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザー名でストレージ アカウントのローカル ユーザーを取得します。
- 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/localUsers/{username}
- 操作IdLocalUsers_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Storage.StorageAccountLocalUserResource>> GetStorageAccountLocalUserAsync (string username, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageAccountLocalUserAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Storage.StorageAccountLocalUserResource>>
override this.GetStorageAccountLocalUserAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Storage.StorageAccountLocalUserResource>>
Public Overridable Function GetStorageAccountLocalUserAsync (username As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StorageAccountLocalUserResource))
パラメーター
- username
- String
ローカル ユーザーの名前。 ユーザー名には小文字と数字のみを含む必要があります。 ストレージ アカウント内でのみ一意である必要があります。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
username
は空の文字列であり、空でないと想定されていました。
username
が null です。