Class OracleDbAzureVaultClient
Service client instance for OracleDbAzureVault.
Implements
Inherited Members
Namespace: Oci.DbmulticloudService
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class OracleDbAzureVaultClient : RegionalClientBase, IDisposable
Constructors
OracleDbAzureVaultClient(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 OracleDbAzureVaultClient(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 OracleDbAzureVaultPaginators Paginators { get; }
Property Value
Type | Description |
---|---|
OracleDbAzureVaultPaginators |
Waiters
Declaration
public OracleDbAzureVaultWaiters Waiters { get; }
Property Value
Type | Description |
---|---|
OracleDbAzureVaultWaiters |
Methods
ChangeOracleDbAzureVaultCompartment(ChangeOracleDbAzureVaultCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves the DB Azure Vault resource into a different compartment. When provided, 'If-Match' is checked against 'ETag' values of the resource.
Declaration
public Task<ChangeOracleDbAzureVaultCompartmentResponse> ChangeOracleDbAzureVaultCompartment(ChangeOracleDbAzureVaultCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangeOracleDbAzureVaultCompartmentRequest | 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<ChangeOracleDbAzureVaultCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeOracleDbAzureVaultCompartment API.
CreateOracleDbAzureVault(CreateOracleDbAzureVaultRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Create DB Azure Vaults based on the provided information, this will fetch Keys related to Azure Vaults.
Declaration
public Task<CreateOracleDbAzureVaultResponse> CreateOracleDbAzureVault(CreateOracleDbAzureVaultRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateOracleDbAzureVaultRequest | 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<CreateOracleDbAzureVaultResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateOracleDbAzureVault API.
DeleteOracleDbAzureVault(DeleteOracleDbAzureVaultRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Delete DB Azure Vault details.
Declaration
public Task<DeleteOracleDbAzureVaultResponse> DeleteOracleDbAzureVault(DeleteOracleDbAzureVaultRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteOracleDbAzureVaultRequest | 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<DeleteOracleDbAzureVaultResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteOracleDbAzureVault API.
GetOracleDbAzureVault(GetOracleDbAzureVaultRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Get Oracle DB Azure Vault Details form a particular Container Resource ID.
Declaration
public Task<GetOracleDbAzureVaultResponse> GetOracleDbAzureVault(GetOracleDbAzureVaultRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetOracleDbAzureVaultRequest | 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<GetOracleDbAzureVaultResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetOracleDbAzureVault API.
ListOracleDbAzureVaults(ListOracleDbAzureVaultsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the all DB Azure Vaults based on filters.
Declaration
public Task<ListOracleDbAzureVaultsResponse> ListOracleDbAzureVaults(ListOracleDbAzureVaultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListOracleDbAzureVaultsRequest | 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<ListOracleDbAzureVaultsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListOracleDbAzureVaults API.
RefreshOracleDbAzureVault(RefreshOracleDbAzureVaultRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Refresh Oracle DB Azure Vault details from backend.
Declaration
public Task<RefreshOracleDbAzureVaultResponse> RefreshOracleDbAzureVault(RefreshOracleDbAzureVaultRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
RefreshOracleDbAzureVaultRequest | 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<RefreshOracleDbAzureVaultResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use RefreshOracleDbAzureVault API.
UpdateOracleDbAzureVault(UpdateOracleDbAzureVaultRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Modifies the existing Oracle DB Azure Vault Details for a given ID.
Declaration
public Task<UpdateOracleDbAzureVaultResponse> UpdateOracleDbAzureVault(UpdateOracleDbAzureVaultRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateOracleDbAzureVaultRequest | 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<UpdateOracleDbAzureVaultResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateOracleDbAzureVault API.