C# 클래스 ApiSdk.Users.Item.MemberOf.Item.DirectoryObjectItemRequestBuilder

Provides operations to manage the memberOf property of the microsoft.graph.user entity.
파일 보기 프로젝트 열기: microsoftgraph/msgraph-cli

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