C# Класс ApiSdk.Users.Item.MemberOf.Item.DirectoryObjectItemRequestBuilder

Provides operations to manage the memberOf property of the microsoft.graph.user entity.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

BuildGetCommand() публичный Метод

The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable. Supports $expand.
public BuildGetCommand ( ) : Command
Результат Command

CreateGetRequestInformation() публичный Метод

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
Результат RequestInformation

DirectoryObjectItemRequestBuilder() публичный Метод

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
Результат ApiSdk.Models