Class OracleDBAzureBlobContainerClient
Service client instance for OracleDBAzureBlobContainer.
Implements
Inherited Members
Namespace: Oci.DbmulticloudService
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class OracleDBAzureBlobContainerClient : RegionalClientBase, IDisposable
Constructors
OracleDBAzureBlobContainerClient(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 OracleDBAzureBlobContainerClient(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 OracleDBAzureBlobContainerPaginators Paginators { get; }
Property Value
Type | Description |
---|---|
OracleDBAzureBlobContainerPaginators |
Waiters
Declaration
public OracleDBAzureBlobContainerWaiters Waiters { get; }
Property Value
Type | Description |
---|---|
OracleDBAzureBlobContainerWaiters |
Methods
ChangeOracleDbAzureBlobContainerCompartment(ChangeOracleDbAzureBlobContainerCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves the Oracle DB Azure Blob Container resource into a different compartment. When provided, 'If-Match' is checked against 'ETag' values of the resource.
Declaration
public Task<ChangeOracleDbAzureBlobContainerCompartmentResponse> ChangeOracleDbAzureBlobContainerCompartment(ChangeOracleDbAzureBlobContainerCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangeOracleDbAzureBlobContainerCompartmentRequest | 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<ChangeOracleDbAzureBlobContainerCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeOracleDbAzureBlobContainerCompartment API.
CreateOracleDbAzureBlobContainer(CreateOracleDbAzureBlobContainerRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Capture Azure Container details for mounting Azure Container on multiple OCI Database Resource.
Declaration
public Task<CreateOracleDbAzureBlobContainerResponse> CreateOracleDbAzureBlobContainer(CreateOracleDbAzureBlobContainerRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateOracleDbAzureBlobContainerRequest | 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<CreateOracleDbAzureBlobContainerResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateOracleDbAzureBlobContainer API.
DeleteOracleDbAzureBlobContainer(DeleteOracleDbAzureBlobContainerRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Delete Oracle DB Azure Blob Container details.
Declaration
public Task<DeleteOracleDbAzureBlobContainerResponse> DeleteOracleDbAzureBlobContainer(DeleteOracleDbAzureBlobContainerRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteOracleDbAzureBlobContainerRequest | 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<DeleteOracleDbAzureBlobContainerResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteOracleDbAzureBlobContainer API.
GetOracleDbAzureBlobContainer(GetOracleDbAzureBlobContainerRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Get Oracle DB Azure Blob Container Details form a particular Container Resource ID.
Declaration
public Task<GetOracleDbAzureBlobContainerResponse> GetOracleDbAzureBlobContainer(GetOracleDbAzureBlobContainerRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetOracleDbAzureBlobContainerRequest | 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<GetOracleDbAzureBlobContainerResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetOracleDbAzureBlobContainer API.
ListOracleDbAzureBlobContainers(ListOracleDbAzureBlobContainersRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the all Oracle DB Azure Blob Container based on filter.
Declaration
public Task<ListOracleDbAzureBlobContainersResponse> ListOracleDbAzureBlobContainers(ListOracleDbAzureBlobContainersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListOracleDbAzureBlobContainersRequest | 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<ListOracleDbAzureBlobContainersResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListOracleDbAzureBlobContainers API.
UpdateOracleDbAzureBlobContainer(UpdateOracleDbAzureBlobContainerRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Modifies the existing Oracle DB Azure Blob Container for a given ID.
Declaration
public Task<UpdateOracleDbAzureBlobContainerResponse> UpdateOracleDbAzureBlobContainer(UpdateOracleDbAzureBlobContainerRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateOracleDbAzureBlobContainerRequest | 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<UpdateOracleDbAzureBlobContainerResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateOracleDbAzureBlobContainer API.