次の方法で共有


ServicePrincipalsOperationsExtensions.ListOwnersNextAsync メソッド

定義

このサービス プリンシパルの所有者であるディレクトリ オブジェクト。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DirectoryObject>> ListOwnersNextAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipalsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListOwnersNextAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipalsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DirectoryObject>>
<Extension()>
Public Function ListOwnersNextAsync (operations As IServicePrincipalsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DirectoryObject))

パラメーター

operations
IServicePrincipalsOperations

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

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

所有者は、このオブジェクトの変更を許可されている管理者以外のユーザーのセットです。

適用対象