C# Class ApiSdk.DeviceManagement.RemoteAssistancePartners.RemoteAssistancePartnersRequestBuilder

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public BuildCommand ( ) : Command
Résultat Command

BuildCountCommand() public méthode

public BuildCountCommand ( ) : Command
Résultat Command

BuildCreateCommand() public méthode

Create new navigation property to remoteAssistancePartners for deviceManagement
public BuildCreateCommand ( ) : Command
Résultat Command

BuildListCommand() public méthode

The remote assist partners.
public BuildListCommand ( ) : Command
Résultat Command

CreateGetRequestInformation() public méthode

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

CreatePostRequestInformation() public méthode

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
Résultat RequestInformation

RemoteAssistancePartnersRequestBuilder() public méthode

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
Résultat ApiSdk.DeviceManagement.RemoteAssistancePartners.Count