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)
Creates DB Azure Vault resource.
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)
Deletes the DB Azure Vault resource.
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)
Retrieves detailed information about an Oracle Database Azure Vault resource using its unique resource OCID. This operation returns metadata and configuration details associated with the specified vault resource.
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 all DB Azure Vault resources based on the specified 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)
Refreshes the Oracle DB Azure Vault resource.
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 configuration details of an existing Oracle Database Azure Vault resource identified by its unique OCID. This operation updates only the specified fields in the request body.
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.