C# Class ApiSdk.AuditLogs.AuditLogsRequestBuilder

Provides operations to manage the auditLogRoot singleton.
Show file Open project: microsoftgraph/msgraph-cli

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return ApiSdk.AuditLogs.DirectoryAudits

BuildDirectoryAuditsCommand() public method

public BuildDirectoryAuditsCommand ( ) : Command
return Command

BuildGetCommand() public method

Get auditLogs
public BuildGetCommand ( ) : Command
return Command

BuildPatchCommand() public method

Update auditLogs
public BuildPatchCommand ( ) : Command
return Command

BuildProvisioningCommand() public method

public BuildProvisioningCommand ( ) : Command
return Command

BuildRestrictedSignInsCommand() public method

public BuildRestrictedSignInsCommand ( ) : Command
return Command

BuildSignInsCommand() public method

public BuildSignInsCommand ( ) : Command
return Command

CreateGetRequestInformation() public method

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

CreatePatchRequestInformation() public method

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