C# 클래스 ApiSdk.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Item.ToTerm.ToTermRequestBuilder

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BuildGetCommand ( ) : Command

The to [term] of the relation. The term to which the relationship is defined.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

The to [term] of the relation. The term to which the relationship is defined. Configuration for the request such as headers, query parameters, and middleware options.

ToTermRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models.ODataErrors

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

메소드 상세

BuildGetCommand() 공개 메소드

The to [term] of the relation. The term to which the relationship is defined.
public BuildGetCommand ( ) : Command
리턴 Command

CreateGetRequestInformation() 공개 메소드

The to [term] of the relation. The term to which the relationship is defined. Configuration for the request such as headers, query parameters, and middleware options.
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
리턴 RequestInformation

ToTermRequestBuilder() 공개 메소드

Instantiates a new ToTermRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.
public ToTermRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models.ODataErrors
pathParameters Dictionary
requestAdapter IRequestAdapter
리턴 ApiSdk.Models.ODataErrors