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

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

Private Properties

Property Type Description

Public Methods

Method 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 method

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

CreateGetRequestInformation() public method

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
return RequestInformation

DirectoryObjectItemRequestBuilder() public method

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
return ApiSdk.Models