Class OracleDBAzureConnectorClient
Service client instance for OracleDBAzureConnector.
Implements
Inherited Members
Namespace: Oci.DbmulticloudService
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class OracleDBAzureConnectorClient : RegionalClientBase, IDisposable
Constructors
OracleDBAzureConnectorClient(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 OracleDBAzureConnectorClient(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 OracleDBAzureConnectorPaginators Paginators { get; }
Property Value
Type | Description |
---|---|
OracleDBAzureConnectorPaginators |
Waiters
Declaration
public OracleDBAzureConnectorWaiters Waiters { get; }
Property Value
Type | Description |
---|---|
OracleDBAzureConnectorWaiters |
Methods
ChangeOracleDbAzureConnectorCompartment(ChangeOracleDbAzureConnectorCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves the Oracle DB Azure Connector Resource into a different compartment. When provided, 'If-Match' is checked against 'ETag' values of the resource.
Declaration
public Task<ChangeOracleDbAzureConnectorCompartmentResponse> ChangeOracleDbAzureConnectorCompartment(ChangeOracleDbAzureConnectorCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangeOracleDbAzureConnectorCompartmentRequest | 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<ChangeOracleDbAzureConnectorCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeOracleDbAzureConnectorCompartment API.
CreateOracleDbAzureConnector(CreateOracleDbAzureConnectorRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates Oracle DB Azure Connector Resource and configured Azure Identity in OCI Database Resource.
Declaration
public Task<CreateOracleDbAzureConnectorResponse> CreateOracleDbAzureConnector(CreateOracleDbAzureConnectorRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateOracleDbAzureConnectorRequest | 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<CreateOracleDbAzureConnectorResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateOracleDbAzureConnector API.
DeleteOracleDbAzureConnector(DeleteOracleDbAzureConnectorRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Delete Oracle DB Azure Connector Resource and delete Azure Arc Identity too from Database Resource.
Declaration
public Task<DeleteOracleDbAzureConnectorResponse> DeleteOracleDbAzureConnector(DeleteOracleDbAzureConnectorRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteOracleDbAzureConnectorRequest | 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<DeleteOracleDbAzureConnectorResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteOracleDbAzureConnector API.
GetOracleDbAzureConnector(GetOracleDbAzureConnectorRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Get Oracle DB Azure Connector Resource form a particular Resource ID.
Declaration
public Task<GetOracleDbAzureConnectorResponse> GetOracleDbAzureConnector(GetOracleDbAzureConnectorRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetOracleDbAzureConnectorRequest | 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<GetOracleDbAzureConnectorResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetOracleDbAzureConnector API.
ListOracleDbAzureConnectors(ListOracleDbAzureConnectorsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the all Oracle DB Azure Connector Resource based on filters.
Declaration
public Task<ListOracleDbAzureConnectorsResponse> ListOracleDbAzureConnectors(ListOracleDbAzureConnectorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListOracleDbAzureConnectorsRequest | 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<ListOracleDbAzureConnectorsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListOracleDbAzureConnectors API.
PatchOracleDbAzureConnector(PatchOracleDbAzureConnectorRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Patch Azure Arc Agent on VM Cluster with new version.
Declaration
public Task<PatchOracleDbAzureConnectorResponse> PatchOracleDbAzureConnector(PatchOracleDbAzureConnectorRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
PatchOracleDbAzureConnectorRequest | 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<PatchOracleDbAzureConnectorResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use PatchOracleDbAzureConnector API.
UpdateOracleDbAzureConnector(UpdateOracleDbAzureConnectorRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Modifies the existing Oracle DB Azure Connector Resource for a given ID.
Declaration
public Task<UpdateOracleDbAzureConnectorResponse> UpdateOracleDbAzureConnector(UpdateOracleDbAzureConnectorRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateOracleDbAzureConnectorRequest | 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<UpdateOracleDbAzureConnectorResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateOracleDbAzureConnector API.