次の方法で共有


LocalUsersOperationsExtensions.Get メソッド

定義

ユーザー名でストレージ アカウントのローカル ユーザーを取得します。

public static Microsoft.Azure.Management.Storage.Models.LocalUser Get (this Microsoft.Azure.Management.Storage.ILocalUsersOperations operations, string resourceGroupName, string accountName, string username);
static member Get : Microsoft.Azure.Management.Storage.ILocalUsersOperations * string * string * string -> Microsoft.Azure.Management.Storage.Models.LocalUser
<Extension()>
Public Function Get (operations As ILocalUsersOperations, resourceGroupName As String, accountName As String, username As String) As LocalUser

パラメーター

operations
ILocalUsersOperations

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

resourceGroupName
String

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

accountName
String

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

username
String

ローカル ユーザーの名前。 ユーザー名には小文字と数字のみを含む必要があります。 ストレージ アカウント内でのみ一意である必要があります。

戻り値

適用対象