Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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.
|
public AuditLogsRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.AuditLogs.DirectoryAudits | ||
pathParameters | Dictionary | |
requestAdapter | IRequestAdapter | |
Результат | ApiSdk.AuditLogs.DirectoryAudits |
public BuildDirectoryAuditsCommand ( ) : Command | ||
Результат | Command |
public BuildProvisioningCommand ( ) : Command | ||
Результат | Command |
public BuildRestrictedSignInsCommand ( ) : Command | ||
Результат | Command |
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation | ||
requestConfiguration | Action | |
Результат | RequestInformation |
public CreatePatchRequestInformation ( AuditLogRoot body, Action requestConfiguration = default ) : RequestInformation | ||
body | AuditLogRoot | |
requestConfiguration | Action | |
Результат | RequestInformation |