associate_user_profile
ユーザー・プロファイルをユーザーのセットに関連付けます。
書式
標準モード
emcli associate_user_profile
      -name="profile name"
      -users="users to be associated"
インタラクティブまたはスクリプト・モード
emcli associate_user_profile(
      name="profile name",
      users="users to be associated"      )オプション
- 
                        name ユーザー・プロファイルの名前を指定します。 
- 
                        users ユーザー・プロファイルを関連付けるユーザーの名前を指定します。 
終了コード
正常終了した場合は0。0以外の値は、verb処理が正常終了しなかったことを示します。
例
この例では、profile1ユーザー・プロファイルをユーザーuser1およびuser2に関連付けます。
                  
emcli associate_user_profile
      -name="profile1"
      -users=user1;user2