1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getDbmulticloudOracleDbAzureBlobMount
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

oci.oci.getDbmulticloudOracleDbAzureBlobMount

Get Started
oci logo
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

    This data source provides details about a specific Oracle Db Azure Blob Mount resource in Oracle Cloud Infrastructure Dbmulticloud service.

    Retrieves the Oracle DB Azure Blob Mount resource for a specified resource OCID.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testOracleDbAzureBlobMount = oci.oci.getDbmulticloudOracleDbAzureBlobMount({
        oracleDbAzureBlobMountId: testOracleDbAzureBlobMountOciDbmulticloudOracleDbAzureBlobMount.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_oracle_db_azure_blob_mount = oci.oci.get_dbmulticloud_oracle_db_azure_blob_mount(oracle_db_azure_blob_mount_id=test_oracle_db_azure_blob_mount_oci_dbmulticloud_oracle_db_azure_blob_mount["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := oci.LookupDbmulticloudOracleDbAzureBlobMount(ctx, &oci.LookupDbmulticloudOracleDbAzureBlobMountArgs{
    			OracleDbAzureBlobMountId: testOracleDbAzureBlobMountOciDbmulticloudOracleDbAzureBlobMount.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testOracleDbAzureBlobMount = Oci.Oci.GetDbmulticloudOracleDbAzureBlobMount.Invoke(new()
        {
            OracleDbAzureBlobMountId = testOracleDbAzureBlobMountOciDbmulticloudOracleDbAzureBlobMount.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.oci.OciFunctions;
    import com.pulumi.oci.oci.inputs.GetDbmulticloudOracleDbAzureBlobMountArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testOracleDbAzureBlobMount = OciFunctions.getDbmulticloudOracleDbAzureBlobMount(GetDbmulticloudOracleDbAzureBlobMountArgs.builder()
                .oracleDbAzureBlobMountId(testOracleDbAzureBlobMountOciDbmulticloudOracleDbAzureBlobMount.id())
                .build());
    
        }
    }
    
    variables:
      testOracleDbAzureBlobMount:
        fn::invoke:
          function: oci:oci:getDbmulticloudOracleDbAzureBlobMount
          arguments:
            oracleDbAzureBlobMountId: ${testOracleDbAzureBlobMountOciDbmulticloudOracleDbAzureBlobMount.id}
    

    Using getDbmulticloudOracleDbAzureBlobMount

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDbmulticloudOracleDbAzureBlobMount(args: GetDbmulticloudOracleDbAzureBlobMountArgs, opts?: InvokeOptions): Promise<GetDbmulticloudOracleDbAzureBlobMountResult>
    function getDbmulticloudOracleDbAzureBlobMountOutput(args: GetDbmulticloudOracleDbAzureBlobMountOutputArgs, opts?: InvokeOptions): Output<GetDbmulticloudOracleDbAzureBlobMountResult>
    def get_dbmulticloud_oracle_db_azure_blob_mount(oracle_db_azure_blob_mount_id: Optional[str] = None,
                                                    opts: Optional[InvokeOptions] = None) -> GetDbmulticloudOracleDbAzureBlobMountResult
    def get_dbmulticloud_oracle_db_azure_blob_mount_output(oracle_db_azure_blob_mount_id: Optional[pulumi.Input[str]] = None,
                                                    opts: Optional[InvokeOptions] = None) -> Output[GetDbmulticloudOracleDbAzureBlobMountResult]
    func LookupDbmulticloudOracleDbAzureBlobMount(ctx *Context, args *LookupDbmulticloudOracleDbAzureBlobMountArgs, opts ...InvokeOption) (*LookupDbmulticloudOracleDbAzureBlobMountResult, error)
    func LookupDbmulticloudOracleDbAzureBlobMountOutput(ctx *Context, args *LookupDbmulticloudOracleDbAzureBlobMountOutputArgs, opts ...InvokeOption) LookupDbmulticloudOracleDbAzureBlobMountResultOutput

    > Note: This function is named LookupDbmulticloudOracleDbAzureBlobMount in the Go SDK.

    public static class GetDbmulticloudOracleDbAzureBlobMount 
    {
        public static Task<GetDbmulticloudOracleDbAzureBlobMountResult> InvokeAsync(GetDbmulticloudOracleDbAzureBlobMountArgs args, InvokeOptions? opts = null)
        public static Output<GetDbmulticloudOracleDbAzureBlobMountResult> Invoke(GetDbmulticloudOracleDbAzureBlobMountInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDbmulticloudOracleDbAzureBlobMountResult> getDbmulticloudOracleDbAzureBlobMount(GetDbmulticloudOracleDbAzureBlobMountArgs args, InvokeOptions options)
    public static Output<GetDbmulticloudOracleDbAzureBlobMountResult> getDbmulticloudOracleDbAzureBlobMount(GetDbmulticloudOracleDbAzureBlobMountArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:oci/getDbmulticloudOracleDbAzureBlobMount:getDbmulticloudOracleDbAzureBlobMount
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OracleDbAzureBlobMountId string
    The OCID of the Oracle DB Azure Blob Mount resource.
    OracleDbAzureBlobMountId string
    The OCID of the Oracle DB Azure Blob Mount resource.
    oracleDbAzureBlobMountId String
    The OCID of the Oracle DB Azure Blob Mount resource.
    oracleDbAzureBlobMountId string
    The OCID of the Oracle DB Azure Blob Mount resource.
    oracle_db_azure_blob_mount_id str
    The OCID of the Oracle DB Azure Blob Mount resource.
    oracleDbAzureBlobMountId String
    The OCID of the Oracle DB Azure Blob Mount resource.

    getDbmulticloudOracleDbAzureBlobMount Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment that contains Oracle DB Azure Blob Mount resource.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    Oracle DB Azure Blob Mount resource name.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The The OCID of the Oracle DB Azure Blob Mount resource.
    LastModification string
    Description of the latest modification of the Oracle DB Azure Blob Mount resource.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    MountPath string
    Oracle DB Azure Blob Mount path.
    OracleDbAzureBlobContainerId string
    The OCID of the Oracle DB Azure Blob Container resource that contains Oracle DB Azure Blob Mount resource.
    OracleDbAzureBlobMountId string
    OracleDbAzureConnectorId string
    The OCID of the Oracle DB Azure Connector resource that contains Oracle DB Azure Blob Mount resource.
    State string
    The current lifecycle state of the Oracle DB Azure Blob Mount resource.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    Time when the Oracle DB Azure Blob Mount was created in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    TimeUpdated string
    Time when the Oracle DB Azure Blob Mount was last modified, expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    CompartmentId string
    The OCID of the compartment that contains Oracle DB Azure Blob Mount resource.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    Oracle DB Azure Blob Mount resource name.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The The OCID of the Oracle DB Azure Blob Mount resource.
    LastModification string
    Description of the latest modification of the Oracle DB Azure Blob Mount resource.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    MountPath string
    Oracle DB Azure Blob Mount path.
    OracleDbAzureBlobContainerId string
    The OCID of the Oracle DB Azure Blob Container resource that contains Oracle DB Azure Blob Mount resource.
    OracleDbAzureBlobMountId string
    OracleDbAzureConnectorId string
    The OCID of the Oracle DB Azure Connector resource that contains Oracle DB Azure Blob Mount resource.
    State string
    The current lifecycle state of the Oracle DB Azure Blob Mount resource.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    Time when the Oracle DB Azure Blob Mount was created in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    TimeUpdated string
    Time when the Oracle DB Azure Blob Mount was last modified, expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    compartmentId String
    The OCID of the compartment that contains Oracle DB Azure Blob Mount resource.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    Oracle DB Azure Blob Mount resource name.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The The OCID of the Oracle DB Azure Blob Mount resource.
    lastModification String
    Description of the latest modification of the Oracle DB Azure Blob Mount resource.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    mountPath String
    Oracle DB Azure Blob Mount path.
    oracleDbAzureBlobContainerId String
    The OCID of the Oracle DB Azure Blob Container resource that contains Oracle DB Azure Blob Mount resource.
    oracleDbAzureBlobMountId String
    oracleDbAzureConnectorId String
    The OCID of the Oracle DB Azure Connector resource that contains Oracle DB Azure Blob Mount resource.
    state String
    The current lifecycle state of the Oracle DB Azure Blob Mount resource.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    Time when the Oracle DB Azure Blob Mount was created in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    timeUpdated String
    Time when the Oracle DB Azure Blob Mount was last modified, expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    compartmentId string
    The OCID of the compartment that contains Oracle DB Azure Blob Mount resource.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName string
    Oracle DB Azure Blob Mount resource name.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The The OCID of the Oracle DB Azure Blob Mount resource.
    lastModification string
    Description of the latest modification of the Oracle DB Azure Blob Mount resource.
    lifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    mountPath string
    Oracle DB Azure Blob Mount path.
    oracleDbAzureBlobContainerId string
    The OCID of the Oracle DB Azure Blob Container resource that contains Oracle DB Azure Blob Mount resource.
    oracleDbAzureBlobMountId string
    oracleDbAzureConnectorId string
    The OCID of the Oracle DB Azure Connector resource that contains Oracle DB Azure Blob Mount resource.
    state string
    The current lifecycle state of the Oracle DB Azure Blob Mount resource.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    Time when the Oracle DB Azure Blob Mount was created in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    timeUpdated string
    Time when the Oracle DB Azure Blob Mount was last modified, expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    compartment_id str
    The OCID of the compartment that contains Oracle DB Azure Blob Mount resource.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    display_name str
    Oracle DB Azure Blob Mount resource name.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The The OCID of the Oracle DB Azure Blob Mount resource.
    last_modification str
    Description of the latest modification of the Oracle DB Azure Blob Mount resource.
    lifecycle_state_details str
    Description of the current lifecycle state in more detail.
    mount_path str
    Oracle DB Azure Blob Mount path.
    oracle_db_azure_blob_container_id str
    The OCID of the Oracle DB Azure Blob Container resource that contains Oracle DB Azure Blob Mount resource.
    oracle_db_azure_blob_mount_id str
    oracle_db_azure_connector_id str
    The OCID of the Oracle DB Azure Connector resource that contains Oracle DB Azure Blob Mount resource.
    state str
    The current lifecycle state of the Oracle DB Azure Blob Mount resource.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    Time when the Oracle DB Azure Blob Mount was created in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    time_updated str
    Time when the Oracle DB Azure Blob Mount was last modified, expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    compartmentId String
    The OCID of the compartment that contains Oracle DB Azure Blob Mount resource.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    Oracle DB Azure Blob Mount resource name.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The The OCID of the Oracle DB Azure Blob Mount resource.
    lastModification String
    Description of the latest modification of the Oracle DB Azure Blob Mount resource.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    mountPath String
    Oracle DB Azure Blob Mount path.
    oracleDbAzureBlobContainerId String
    The OCID of the Oracle DB Azure Blob Container resource that contains Oracle DB Azure Blob Mount resource.
    oracleDbAzureBlobMountId String
    oracleDbAzureConnectorId String
    The OCID of the Oracle DB Azure Connector resource that contains Oracle DB Azure Blob Mount resource.
    state String
    The current lifecycle state of the Oracle DB Azure Blob Mount resource.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    Time when the Oracle DB Azure Blob Mount was created in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    timeUpdated String
    Time when the Oracle DB Azure Blob Mount was last modified, expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate