Class OracleDBAzureBlobMountClient
Service client instance for OracleDBAzureBlobMount.
Implements
Inherited Members
Namespace: Oci.DbmulticloudService
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class OracleDBAzureBlobMountClient : RegionalClientBase, IDisposable
Constructors
OracleDBAzureBlobMountClient(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 OracleDBAzureBlobMountClient(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 OracleDBAzureBlobMountPaginators Paginators { get; }
Property Value
Type | Description |
---|---|
OracleDBAzureBlobMountPaginators |
Waiters
Declaration
public OracleDBAzureBlobMountWaiters Waiters { get; }
Property Value
Type | Description |
---|---|
OracleDBAzureBlobMountWaiters |
Methods
ChangeOracleDbAzureBlobMountCompartment(ChangeOracleDbAzureBlobMountCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves the Oracle DbAzure Blob Mount resource into a different compartment. When provided, 'If-Match' is checked against 'ETag' values of the resource.
Declaration
public Task<ChangeOracleDbAzureBlobMountCompartmentResponse> ChangeOracleDbAzureBlobMountCompartment(ChangeOracleDbAzureBlobMountCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangeOracleDbAzureBlobMountCompartmentRequest | 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<ChangeOracleDbAzureBlobMountCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeOracleDbAzureBlobMountCompartment API.
CreateOracleDbAzureBlobMount(CreateOracleDbAzureBlobMountRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates Oracle DB Azure Blob Mount resource and mounts Azure Container in OCI Database Resource, based on provided Azure Container details and Database Resource ID.
Declaration
public Task<CreateOracleDbAzureBlobMountResponse> CreateOracleDbAzureBlobMount(CreateOracleDbAzureBlobMountRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateOracleDbAzureBlobMountRequest | 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<CreateOracleDbAzureBlobMountResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateOracleDbAzureBlobMount API.
DeleteOracleDbAzureBlobMount(DeleteOracleDbAzureBlobMountRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Unmount Azure Container Resource from ExaCS VM Cluster and Delete resource.
Declaration
public Task<DeleteOracleDbAzureBlobMountResponse> DeleteOracleDbAzureBlobMount(DeleteOracleDbAzureBlobMountRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteOracleDbAzureBlobMountRequest | 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<DeleteOracleDbAzureBlobMountResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteOracleDbAzureBlobMount API.
GetOracleDbAzureBlobMount(GetOracleDbAzureBlobMountRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Get Oracle DB Azure Blob Mount Details form a particular Container Resource ID.
Declaration
public Task<GetOracleDbAzureBlobMountResponse> GetOracleDbAzureBlobMount(GetOracleDbAzureBlobMountRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetOracleDbAzureBlobMountRequest | 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<GetOracleDbAzureBlobMountResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetOracleDbAzureBlobMount API.
ListOracleDbAzureBlobMounts(ListOracleDbAzureBlobMountsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the all Oracle DB Azure Blob Mounts based on filters.
Declaration
public Task<ListOracleDbAzureBlobMountsResponse> ListOracleDbAzureBlobMounts(ListOracleDbAzureBlobMountsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListOracleDbAzureBlobMountsRequest | 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<ListOracleDbAzureBlobMountsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListOracleDbAzureBlobMounts API.
UpdateOracleDbAzureBlobMount(UpdateOracleDbAzureBlobMountRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Modifies the existing Oracle DB Azure Blob Mount resource for a given ID.
Declaration
public Task<UpdateOracleDbAzureBlobMountResponse> UpdateOracleDbAzureBlobMount(UpdateOracleDbAzureBlobMountRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateOracleDbAzureBlobMountRequest | 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<UpdateOracleDbAzureBlobMountResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateOracleDbAzureBlobMount API.