PrincipalOperationsExtensions.ListForAppAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の特定のアプリに関連付けられているすべての RemoteApp プリンシパルの一覧を取得します。
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.SecurityPrincipalInfoListResult> ListForAppAsync (this Microsoft.WindowsAzure.Management.RemoteApp.IPrincipalOperations operations, string collectionName, string appAlias);
static member ListForAppAsync : Microsoft.WindowsAzure.Management.RemoteApp.IPrincipalOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.SecurityPrincipalInfoListResult>
<Extension()>
Public Function ListForAppAsync (operations As IPrincipalOperations, collectionName As String, appAlias As String) As Task(Of SecurityPrincipalInfoListResult)
パラメーター
- operations
- IPrincipalOperations
Microsoft.WindowsAzure.Management.RemoteApp.IPrincipalOperations への参照。
- collectionName
- String
必須。 RemoteApp コレクション名。
- appAlias
- String
必須。 アプリケーションエイリアス。
戻り値
同意の状態を持つプリンシパルの一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET