C# 클래스 ApiSdk.AuditLogs.AuditLogsRequestBuilder

Provides operations to manage the auditLogRoot singleton.
파일 보기 프로젝트 열기: microsoftgraph/msgraph-cli

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

AuditLogsRequestBuilder() 공개 메소드

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

BuildDirectoryAuditsCommand() 공개 메소드

public BuildDirectoryAuditsCommand ( ) : Command
리턴 Command

BuildGetCommand() 공개 메소드

Get auditLogs
public BuildGetCommand ( ) : Command
리턴 Command

BuildPatchCommand() 공개 메소드

Update auditLogs
public BuildPatchCommand ( ) : Command
리턴 Command

BuildProvisioningCommand() 공개 메소드

public BuildProvisioningCommand ( ) : Command
리턴 Command

BuildRestrictedSignInsCommand() 공개 메소드

public BuildRestrictedSignInsCommand ( ) : Command
리턴 Command

BuildSignInsCommand() 공개 메소드

public BuildSignInsCommand ( ) : Command
리턴 Command

CreateGetRequestInformation() 공개 메소드

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

CreatePatchRequestInformation() 공개 메소드

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
리턴 RequestInformation