C# Class ApiSdk.DeviceManagement.RemoteAssistancePartners.RemoteAssistancePartnersRequestBuilder

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

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

BuildCommand() public method

public BuildCommand ( ) : Command
return Command

BuildCountCommand() public method

public BuildCountCommand ( ) : Command
return Command

BuildCreateCommand() public method

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

BuildListCommand() public method

The remote assist partners.
public BuildListCommand ( ) : Command
return Command

CreateGetRequestInformation() public method

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

CreatePostRequestInformation() public method

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

RemoteAssistancePartnersRequestBuilder() public method

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
return ApiSdk.DeviceManagement.RemoteAssistancePartners.Count