Class WorkspaceState
Inherited Members
Namespace: Pulumi.Azure.DataBricks
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WorkspaceState : ResourceArgs
Constructors
View SourceWorkspaceState()
Declaration
public WorkspaceState()
Properties
View SourceCustomParameters
A custom_parameters block as documented below.
Declaration
public Input<WorkspaceCustomParametersGetArgs> CustomParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WorkspaceCustomParametersGetArgs> |
Location
Specifies the supported Azure location where the resource has to be created. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ManagedResourceGroupId
The ID of the Managed Resource Group created by the Databricks Workspace.
Declaration
public Input<string> ManagedResourceGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ManagedResourceGroupName
The name of the resource group where Azure should place the managed Databricks resources. Changing this forces a new resource to be created.
Declaration
public Input<string> ManagedResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Databricks Workspace resource. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group in which the Databricks Workspace should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sku
The sku to use for the Databricks Workspace. Possible values are standard, premium, or trial. Changing this forces a new resource to be created.
Declaration
public Input<string> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
WorkspaceId
The unique identifier of the databricks workspace in Databricks control plane.
Declaration
public Input<string> WorkspaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WorkspaceUrl
The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'
Declaration
public Input<string> WorkspaceUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |