1. Packages
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. AzureAdlsGen1Mount
Viewing docs for Databricks v0.4.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v0.4.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    Create AzureAdlsGen1Mount Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AzureAdlsGen1Mount(name: string, args: AzureAdlsGen1MountArgs, opts?: CustomResourceOptions);
    @overload
    def AzureAdlsGen1Mount(resource_name: str,
                           args: AzureAdlsGen1MountArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def AzureAdlsGen1Mount(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           client_id: Optional[str] = None,
                           client_secret_key: Optional[str] = None,
                           client_secret_scope: Optional[str] = None,
                           mount_name: Optional[str] = None,
                           storage_resource_name: Optional[str] = None,
                           tenant_id: Optional[str] = None,
                           cluster_id: Optional[str] = None,
                           directory: Optional[str] = None,
                           spark_conf_prefix: Optional[str] = None)
    func NewAzureAdlsGen1Mount(ctx *Context, name string, args AzureAdlsGen1MountArgs, opts ...ResourceOption) (*AzureAdlsGen1Mount, error)
    public AzureAdlsGen1Mount(string name, AzureAdlsGen1MountArgs args, CustomResourceOptions? opts = null)
    public AzureAdlsGen1Mount(String name, AzureAdlsGen1MountArgs args)
    public AzureAdlsGen1Mount(String name, AzureAdlsGen1MountArgs args, CustomResourceOptions options)
    
    type: databricks:AzureAdlsGen1Mount
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AzureAdlsGen1MountArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AzureAdlsGen1MountArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AzureAdlsGen1MountArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AzureAdlsGen1MountArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AzureAdlsGen1MountArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var azureAdlsGen1MountResource = new Databricks.AzureAdlsGen1Mount("azureAdlsGen1MountResource", new()
    {
        ClientId = "string",
        ClientSecretKey = "string",
        ClientSecretScope = "string",
        MountName = "string",
        StorageResourceName = "string",
        TenantId = "string",
        ClusterId = "string",
        Directory = "string",
        SparkConfPrefix = "string",
    });
    
    example, err := databricks.NewAzureAdlsGen1Mount(ctx, "azureAdlsGen1MountResource", &databricks.AzureAdlsGen1MountArgs{
    	ClientId:            pulumi.String("string"),
    	ClientSecretKey:     pulumi.String("string"),
    	ClientSecretScope:   pulumi.String("string"),
    	MountName:           pulumi.String("string"),
    	StorageResourceName: pulumi.String("string"),
    	TenantId:            pulumi.String("string"),
    	ClusterId:           pulumi.String("string"),
    	Directory:           pulumi.String("string"),
    	SparkConfPrefix:     pulumi.String("string"),
    })
    
    var azureAdlsGen1MountResource = new AzureAdlsGen1Mount("azureAdlsGen1MountResource", AzureAdlsGen1MountArgs.builder()
        .clientId("string")
        .clientSecretKey("string")
        .clientSecretScope("string")
        .mountName("string")
        .storageResourceName("string")
        .tenantId("string")
        .clusterId("string")
        .directory("string")
        .sparkConfPrefix("string")
        .build());
    
    azure_adls_gen1_mount_resource = databricks.AzureAdlsGen1Mount("azureAdlsGen1MountResource",
        client_id="string",
        client_secret_key="string",
        client_secret_scope="string",
        mount_name="string",
        storage_resource_name="string",
        tenant_id="string",
        cluster_id="string",
        directory="string",
        spark_conf_prefix="string")
    
    const azureAdlsGen1MountResource = new databricks.AzureAdlsGen1Mount("azureAdlsGen1MountResource", {
        clientId: "string",
        clientSecretKey: "string",
        clientSecretScope: "string",
        mountName: "string",
        storageResourceName: "string",
        tenantId: "string",
        clusterId: "string",
        directory: "string",
        sparkConfPrefix: "string",
    });
    
    type: databricks:AzureAdlsGen1Mount
    properties:
        clientId: string
        clientSecretKey: string
        clientSecretScope: string
        clusterId: string
        directory: string
        mountName: string
        sparkConfPrefix: string
        storageResourceName: string
        tenantId: string
    

    AzureAdlsGen1Mount Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The AzureAdlsGen1Mount resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AzureAdlsGen1Mount resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Source string
    Id string
    The provider-assigned unique ID for this managed resource.
    Source string
    id String
    The provider-assigned unique ID for this managed resource.
    source String
    id string
    The provider-assigned unique ID for this managed resource.
    source string
    id str
    The provider-assigned unique ID for this managed resource.
    source str
    id String
    The provider-assigned unique ID for this managed resource.
    source String

    Look up Existing AzureAdlsGen1Mount Resource

    Get an existing AzureAdlsGen1Mount resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AzureAdlsGen1MountState, opts?: CustomResourceOptions): AzureAdlsGen1Mount
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            client_id: Optional[str] = None,
            client_secret_key: Optional[str] = None,
            client_secret_scope: Optional[str] = None,
            cluster_id: Optional[str] = None,
            directory: Optional[str] = None,
            mount_name: Optional[str] = None,
            source: Optional[str] = None,
            spark_conf_prefix: Optional[str] = None,
            storage_resource_name: Optional[str] = None,
            tenant_id: Optional[str] = None) -> AzureAdlsGen1Mount
    func GetAzureAdlsGen1Mount(ctx *Context, name string, id IDInput, state *AzureAdlsGen1MountState, opts ...ResourceOption) (*AzureAdlsGen1Mount, error)
    public static AzureAdlsGen1Mount Get(string name, Input<string> id, AzureAdlsGen1MountState? state, CustomResourceOptions? opts = null)
    public static AzureAdlsGen1Mount get(String name, Output<String> id, AzureAdlsGen1MountState state, CustomResourceOptions options)
    resources:  _:    type: databricks:AzureAdlsGen1Mount    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Viewing docs for Databricks v0.4.0 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.