Class FleetAppsManagementOperationsClient
Service client instance for FleetAppsManagementOperations.
Implements
Inherited Members
Namespace: Oci.FleetappsmanagementService
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class FleetAppsManagementOperationsClient : RegionalClientBase, IDisposable
Constructors
FleetAppsManagementOperationsClient(IBasicAuthenticationDetailsProvider, ClientConfiguration, string)
Creates a new service instance using the given authentication provider and/or client configuration and/or endpoint. A client configuration can also be provided optionally to adjust REST client behaviors.
Declaration
public FleetAppsManagementOperationsClient(IBasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration clientConfiguration = null, string endpoint = null)
Parameters
Type | Name | Description |
---|---|---|
IBasicAuthenticationDetailsProvider | authenticationDetailsProvider | The authentication details provider. Required. |
ClientConfiguration | clientConfiguration | The client configuration that contains settings to adjust REST client behaviors. Optional. |
string | endpoint | The endpoint of the service. If not provided and the client is a regional client, the endpoint will be constructed based on region information. Optional. |
Properties
Paginators
Declaration
public FleetAppsManagementOperationsPaginators Paginators { get; }
Property Value
Type | Description |
---|---|
FleetAppsManagementOperationsPaginators |
Waiters
Declaration
public FleetAppsManagementOperationsWaiters Waiters { get; }
Property Value
Type | Description |
---|---|
FleetAppsManagementOperationsWaiters |
Methods
ChangePatchCompartment(ChangePatchCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves a Patch into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
Declaration
public Task<ChangePatchCompartmentResponse> ChangePatchCompartment(ChangePatchCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangePatchCompartmentRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ChangePatchCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangePatchCompartment API.
CreatePatch(CreatePatchRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a new Patch.
Declaration
public Task<CreatePatchResponse> CreatePatch(CreatePatchRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreatePatchRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<CreatePatchResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreatePatch API.
CreateSchedulerDefinition(CreateSchedulerDefinitionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Create a SchedulerDefinition to perform lifecycle operations.
Declaration
public Task<CreateSchedulerDefinitionResponse> CreateSchedulerDefinition(CreateSchedulerDefinitionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateSchedulerDefinitionRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<CreateSchedulerDefinitionResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateSchedulerDefinition API.
DeletePatch(DeletePatchRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes the patch specified by identifier.
Declaration
public Task<DeletePatchResponse> DeletePatch(DeletePatchRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeletePatchRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<DeletePatchResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeletePatch API.
DeleteSchedulerDefinition(DeleteSchedulerDefinitionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes a SchedulerDefinition resource by identifier
Declaration
public Task<DeleteSchedulerDefinitionResponse> DeleteSchedulerDefinition(DeleteSchedulerDefinitionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteSchedulerDefinitionRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<DeleteSchedulerDefinitionResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteSchedulerDefinition API.
DeleteSchedulerJob(DeleteSchedulerJobRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes the schedule job specified by an identifier.
Declaration
public Task<DeleteSchedulerJobResponse> DeleteSchedulerJob(DeleteSchedulerJobRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteSchedulerJobRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<DeleteSchedulerJobResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteSchedulerJob API.
ExportComplianceReport(ExportComplianceReportRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Generate Compliance Report
Declaration
public Task<ExportComplianceReportResponse> ExportComplianceReport(ExportComplianceReportRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ExportComplianceReportRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ExportComplianceReportResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ExportComplianceReport API.
GetExecution(GetExecutionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Get Task Execution by Identifier for a Resource within an action group.
Declaration
public Task<GetExecutionResponse> GetExecution(GetExecutionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetExecutionRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<GetExecutionResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetExecution API.
GetJobActivity(GetJobActivityRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets activity details by identifier for a job.
Declaration
public Task<GetJobActivityResponse> GetJobActivity(GetJobActivityRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetJobActivityRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<GetJobActivityResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetJobActivity API.
GetPatch(GetPatchRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets a Patch by identifier.
Declaration
public Task<GetPatchResponse> GetPatch(GetPatchRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetPatchRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<GetPatchResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetPatch API.
GetSchedulerDefinition(GetSchedulerDefinitionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Get the details of a SchedulerDefinition that performs lifecycle management operations.
Declaration
public Task<GetSchedulerDefinitionResponse> GetSchedulerDefinition(GetSchedulerDefinitionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetSchedulerDefinitionRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<GetSchedulerDefinitionResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetSchedulerDefinition API.
GetSchedulerJob(GetSchedulerJobRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Get the details of a lifecycle management operations job in Fleet Application Management.
Declaration
public Task<GetSchedulerJobResponse> GetSchedulerJob(GetSchedulerJobRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetSchedulerJobRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<GetSchedulerJobResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetSchedulerJob API.
ListComplianceRecords(ListComplianceRecordsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets a list of complianceDetails.
Declaration
public Task<ListComplianceRecordsResponse> ListComplianceRecords(ListComplianceRecordsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListComplianceRecordsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListComplianceRecordsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListComplianceRecords API.
ListExecutions(ListExecutionsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of Task Executions for a Resource.
Declaration
public Task<ListExecutionsResponse> ListExecutions(ListExecutionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListExecutionsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListExecutionsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListExecutions API.
ListInventoryRecords(ListInventoryRecordsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets a list of inventoryDetails.
Declaration
public Task<ListInventoryRecordsResponse> ListInventoryRecords(ListInventoryRecordsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListInventoryRecordsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListInventoryRecordsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListInventoryRecords API.
ListPatches(ListPatchesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of all the Patches in the specified compartment.
The query parameter compartmentId
is required unless the query parameter id
is specified.
Declaration
public Task<ListPatchesResponse> ListPatches(ListPatchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListPatchesRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListPatchesResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListPatches API.
ListResources(ListResourcesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of resources for an Activity Execution.
Declaration
public Task<ListResourcesResponse> ListResources(ListResourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListResourcesRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListResourcesResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListResources API.
ListScheduledFleets(ListScheduledFleetsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of ScheduledFleets.
Declaration
public Task<ListScheduledFleetsResponse> ListScheduledFleets(ListScheduledFleetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListScheduledFleetsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListScheduledFleetsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListScheduledFleets API.
ListSchedulerDefinitions(ListSchedulerDefinitionsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of all the Schedule Definitions in the specified compartment.
The query parameter compartmentId
is required unless the query parameter id
is specified.
Declaration
public Task<ListSchedulerDefinitionsResponse> ListSchedulerDefinitions(ListSchedulerDefinitionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListSchedulerDefinitionsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListSchedulerDefinitionsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListSchedulerDefinitions API.
ListSchedulerExecutions(ListSchedulerExecutionsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of all Fleets that are scheduled.
Declaration
public Task<ListSchedulerExecutionsResponse> ListSchedulerExecutions(ListSchedulerExecutionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListSchedulerExecutionsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListSchedulerExecutionsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListSchedulerExecutions API.
ListSchedulerJobs(ListSchedulerJobsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of all schedule jobs in the specified compartment.
The query parameter compartmentId
is required unless the query parameter id
is specified.
Declaration
public Task<ListSchedulerJobsResponse> ListSchedulerJobs(ListSchedulerJobsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListSchedulerJobsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListSchedulerJobsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListSchedulerJobs API.
ListSteps(ListStepsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of Steps for an Activity Execution.
Declaration
public Task<ListStepsResponse> ListSteps(ListStepsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListStepsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListStepsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListSteps API.
ManageJobExecution(ManageJobExecutionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Manage execution actions for a Job like retrying or pausing a task.
Declaration
public Task<ManageJobExecutionResponse> ManageJobExecution(ManageJobExecutionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ManageJobExecutionRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ManageJobExecutionResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ManageJobExecution API.
SummarizeComplianceRecordCounts(SummarizeComplianceRecordCountsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Retrieve aggregated summary information of ComplianceRecords within a Compartment.
Declaration
public Task<SummarizeComplianceRecordCountsResponse> SummarizeComplianceRecordCounts(SummarizeComplianceRecordCountsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
SummarizeComplianceRecordCountsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<SummarizeComplianceRecordCountsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use SummarizeComplianceRecordCounts API.
SummarizeManagedEntityCounts(SummarizeManagedEntityCountsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Retrieve aggregated summary information of Managed entities within a Compartment.
Declaration
public Task<SummarizeManagedEntityCountsResponse> SummarizeManagedEntityCounts(SummarizeManagedEntityCountsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
SummarizeManagedEntityCountsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<SummarizeManagedEntityCountsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use SummarizeManagedEntityCounts API.
SummarizeSchedulerJobCounts(SummarizeSchedulerJobCountsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Retrieve aggregated summary information of Scheduler Jobs within a Compartment.
Declaration
public Task<SummarizeSchedulerJobCountsResponse> SummarizeSchedulerJobCounts(SummarizeSchedulerJobCountsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
SummarizeSchedulerJobCountsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<SummarizeSchedulerJobCountsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use SummarizeSchedulerJobCounts API.
UpdatePatch(UpdatePatchRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the patch specified by the identifier.
Declaration
public Task<UpdatePatchResponse> UpdatePatch(UpdatePatchRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdatePatchRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<UpdatePatchResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdatePatch API.
UpdateSchedulerDefinition(UpdateSchedulerDefinitionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Update the details of a SchedulerDefinition that performs lifecycle management operations.
Declaration
public Task<UpdateSchedulerDefinitionResponse> UpdateSchedulerDefinition(UpdateSchedulerDefinitionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateSchedulerDefinitionRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<UpdateSchedulerDefinitionResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateSchedulerDefinition API.
UpdateSchedulerJob(UpdateSchedulerJobRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates certain attributes for the specified schedule job.
Declaration
public Task<UpdateSchedulerJobResponse> UpdateSchedulerJob(UpdateSchedulerJobRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateSchedulerJobRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<UpdateSchedulerJobResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateSchedulerJob API.