C# Class ApiSdk.Users.Item.MemberOf.Item.DirectoryObjectItemRequestBuilder

Provides operations to manage the memberOf property of the microsoft.graph.user entity.
Afficher le fichier Open project: microsoftgraph/msgraph-cli

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BuildGetCommand ( ) : Command

The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable. Supports $expand.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable. Supports $expand. Configuration for the request such as headers, query parameters, and middleware options.

DirectoryObjectItemRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models

Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.

Method Details

BuildGetCommand() public méthode

The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable. Supports $expand.
public BuildGetCommand ( ) : Command
Résultat Command

CreateGetRequestInformation() public méthode

The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable. Supports $expand. Configuration for the request such as headers, query parameters, and middleware options.
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
Résultat RequestInformation

DirectoryObjectItemRequestBuilder() public méthode

Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.
public DirectoryObjectItemRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models
pathParameters Dictionary
requestAdapter IRequestAdapter
Résultat ApiSdk.Models