Class OracleDbAzureVaultAssociationClient
Service client instance for OracleDbAzureVaultAssociation.
Implements
Inherited Members
Namespace: Oci.DbmulticloudService
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class OracleDbAzureVaultAssociationClient : RegionalClientBase, IDisposable
Constructors
OracleDbAzureVaultAssociationClient(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 OracleDbAzureVaultAssociationClient(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 OracleDbAzureVaultAssociationPaginators Paginators { get; }
Property Value
Type | Description |
---|---|
OracleDbAzureVaultAssociationPaginators |
Waiters
Declaration
public OracleDbAzureVaultAssociationWaiters Waiters { get; }
Property Value
Type | Description |
---|---|
OracleDbAzureVaultAssociationWaiters |
Methods
CascadingDeleteOracleDbAzureVaultAssociation(CascadingDeleteOracleDbAzureVaultAssociationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Delete Oracle DB Azure Vault Association details.
Declaration
public Task<CascadingDeleteOracleDbAzureVaultAssociationResponse> CascadingDeleteOracleDbAzureVaultAssociation(CascadingDeleteOracleDbAzureVaultAssociationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CascadingDeleteOracleDbAzureVaultAssociationRequest | 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<CascadingDeleteOracleDbAzureVaultAssociationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CascadingDeleteOracleDbAzureVaultAssociation API.
ChangeOracleDbAzureVaultAssociationCompartment(ChangeOracleDbAzureVaultAssociationCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves the Oracle DB Azure Vault Association resource into a different compartment. When provided, 'If-Match' is checked against 'ETag' values of the resource.
Declaration
public Task<ChangeOracleDbAzureVaultAssociationCompartmentResponse> ChangeOracleDbAzureVaultAssociationCompartment(ChangeOracleDbAzureVaultAssociationCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangeOracleDbAzureVaultAssociationCompartmentRequest | 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<ChangeOracleDbAzureVaultAssociationCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeOracleDbAzureVaultAssociationCompartment API.
CreateOracleDbAzureVaultAssociation(CreateOracleDbAzureVaultAssociationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Create Oracle DB Azure Vault Association based on the provided information.
Declaration
public Task<CreateOracleDbAzureVaultAssociationResponse> CreateOracleDbAzureVaultAssociation(CreateOracleDbAzureVaultAssociationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateOracleDbAzureVaultAssociationRequest | 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<CreateOracleDbAzureVaultAssociationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateOracleDbAzureVaultAssociation API.
DeleteOracleDbAzureVaultAssociation(DeleteOracleDbAzureVaultAssociationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Delete Oracle DB Azure Vault Association details.
Declaration
public Task<DeleteOracleDbAzureVaultAssociationResponse> DeleteOracleDbAzureVaultAssociation(DeleteOracleDbAzureVaultAssociationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteOracleDbAzureVaultAssociationRequest | 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<DeleteOracleDbAzureVaultAssociationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteOracleDbAzureVaultAssociation API.
GetOracleDbAzureVaultAssociation(GetOracleDbAzureVaultAssociationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Get Oracle DB Azure Vault Details Association form a particular Container Resource ID.
Declaration
public Task<GetOracleDbAzureVaultAssociationResponse> GetOracleDbAzureVaultAssociation(GetOracleDbAzureVaultAssociationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetOracleDbAzureVaultAssociationRequest | 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<GetOracleDbAzureVaultAssociationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetOracleDbAzureVaultAssociation API.
ListOracleDbAzureVaultAssociations(ListOracleDbAzureVaultAssociationsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the all Oracle DB Azure Associations based on filters.
Declaration
public Task<ListOracleDbAzureVaultAssociationsResponse> ListOracleDbAzureVaultAssociations(ListOracleDbAzureVaultAssociationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListOracleDbAzureVaultAssociationsRequest | 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<ListOracleDbAzureVaultAssociationsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListOracleDbAzureVaultAssociations API.
UpdateOracleDbAzureVaultAssociation(UpdateOracleDbAzureVaultAssociationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Modifies the existing Oracle DB Azure Vault Association Details for a given ID.
Declaration
public Task<UpdateOracleDbAzureVaultAssociationResponse> UpdateOracleDbAzureVaultAssociation(UpdateOracleDbAzureVaultAssociationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateOracleDbAzureVaultAssociationRequest | 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<UpdateOracleDbAzureVaultAssociationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateOracleDbAzureVaultAssociation API.