共用方式為


SignedInUserOperationsExtensions.ListOwnedObjects Method

Definition

Get the list of directory objects that are owned by the user.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject> ListOwnedObjects (this Microsoft.Azure.Graph.RBAC.ISignedInUserOperations operations);
static member ListOwnedObjects : Microsoft.Azure.Graph.RBAC.ISignedInUserOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject>
<Extension()>
Public Function ListOwnedObjects (operations As ISignedInUserOperations) As IPage(Of DirectoryObject)

Parameters

operations
ISignedInUserOperations

The operations group for this extension method.

Returns

Applies to