C# 클래스 ApiSdk.DeviceManagement.RemoteAssistancePartners.RemoteAssistancePartnersRequestBuilder

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BuildCommand ( ) : Command
BuildCountCommand ( ) : Command
BuildCreateCommand ( ) : Command

Create new navigation property to remoteAssistancePartners for deviceManagement

BuildListCommand ( ) : Command

The remote assist partners.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

The remote assist partners. Configuration for the request such as headers, query parameters, and middleware options.

CreatePostRequestInformation ( RemoteAssistancePartner body, Action requestConfiguration = default ) : RequestInformation

Create new navigation property to remoteAssistancePartners for deviceManagement Configuration for the request such as headers, query parameters, and middleware options.

RemoteAssistancePartnersRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.DeviceManagement.RemoteAssistancePartners.Count

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

메소드 상세

BuildCommand() 공개 메소드

public BuildCommand ( ) : Command
리턴 Command

BuildCountCommand() 공개 메소드

public BuildCountCommand ( ) : Command
리턴 Command

BuildCreateCommand() 공개 메소드

Create new navigation property to remoteAssistancePartners for deviceManagement
public BuildCreateCommand ( ) : Command
리턴 Command

BuildListCommand() 공개 메소드

The remote assist partners.
public BuildListCommand ( ) : Command
리턴 Command

CreateGetRequestInformation() 공개 메소드

The remote assist partners. Configuration for the request such as headers, query parameters, and middleware options.
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
리턴 RequestInformation

CreatePostRequestInformation() 공개 메소드

Create new navigation property to remoteAssistancePartners for deviceManagement Configuration for the request such as headers, query parameters, and middleware options.
public CreatePostRequestInformation ( RemoteAssistancePartner body, Action requestConfiguration = default ) : RequestInformation
body RemoteAssistancePartner
requestConfiguration Action
리턴 RequestInformation

RemoteAssistancePartnersRequestBuilder() 공개 메소드

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