C# Class ApiSdk.AuditLogs.AuditLogsRequestBuilder

Provides operations to manage the auditLogRoot singleton.
Afficher le fichier Open project: microsoftgraph/msgraph-cli

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AuditLogsRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.AuditLogs.DirectoryAudits

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

BuildDirectoryAuditsCommand ( ) : Command
BuildGetCommand ( ) : Command

Get auditLogs

BuildPatchCommand ( ) : Command

Update auditLogs

BuildProvisioningCommand ( ) : Command
BuildRestrictedSignInsCommand ( ) : Command
BuildSignInsCommand ( ) : Command
CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

Get auditLogs Configuration for the request such as headers, query parameters, and middleware options.

CreatePatchRequestInformation ( AuditLogRoot body, Action requestConfiguration = default ) : RequestInformation

Update auditLogs Configuration for the request such as headers, query parameters, and middleware options.

Method Details

AuditLogsRequestBuilder() public méthode

Instantiates a new AuditLogsRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.
public AuditLogsRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.AuditLogs.DirectoryAudits
pathParameters Dictionary
requestAdapter IRequestAdapter
Résultat ApiSdk.AuditLogs.DirectoryAudits

BuildDirectoryAuditsCommand() public méthode

public BuildDirectoryAuditsCommand ( ) : Command
Résultat Command

BuildGetCommand() public méthode

Get auditLogs
public BuildGetCommand ( ) : Command
Résultat Command

BuildPatchCommand() public méthode

Update auditLogs
public BuildPatchCommand ( ) : Command
Résultat Command

BuildProvisioningCommand() public méthode

public BuildProvisioningCommand ( ) : Command
Résultat Command

BuildRestrictedSignInsCommand() public méthode

public BuildRestrictedSignInsCommand ( ) : Command
Résultat Command

BuildSignInsCommand() public méthode

public BuildSignInsCommand ( ) : Command
Résultat Command

CreateGetRequestInformation() public méthode

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

CreatePatchRequestInformation() public méthode

Update auditLogs Configuration for the request such as headers, query parameters, and middleware options.
public CreatePatchRequestInformation ( AuditLogRoot body, Action requestConfiguration = default ) : RequestInformation
body AuditLogRoot
requestConfiguration Action
Résultat RequestInformation