azure-native.cosmosdb.NotebookWorkspace
Explore with Pulumi AI
A notebook workspace resource
Uses Azure REST API version 2024-11-15.
Other available API versions: 2019-08-01, 2019-12-12, 2020-03-01, 2020-04-01, 2020-06-01-preview, 2020-09-01, 2021-01-15, 2021-03-01-preview, 2021-03-15, 2021-04-01-preview, 2021-04-15, 2021-05-15, 2021-06-15, 2021-07-01-preview, 2021-10-15, 2021-10-15-preview, 2021-11-15-preview, 2022-02-15-preview, 2022-05-15, 2022-05-15-preview, 2022-08-15, 2022-08-15-preview, 2022-11-15, 2022-11-15-preview, 2023-03-01-preview, 2023-03-15, 2023-03-15-preview, 2023-04-15, 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-05-15, 2024-05-15-preview, 2024-08-15, 2024-09-01-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native cosmosdb [ApiVersion]
. See the version guide for details.
Create NotebookWorkspace Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NotebookWorkspace(name: string, args: NotebookWorkspaceArgs, opts?: CustomResourceOptions);
@overload
def NotebookWorkspace(resource_name: str,
args: NotebookWorkspaceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NotebookWorkspace(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
notebook_workspace_name: Optional[str] = None)
func NewNotebookWorkspace(ctx *Context, name string, args NotebookWorkspaceArgs, opts ...ResourceOption) (*NotebookWorkspace, error)
public NotebookWorkspace(string name, NotebookWorkspaceArgs args, CustomResourceOptions? opts = null)
public NotebookWorkspace(String name, NotebookWorkspaceArgs args)
public NotebookWorkspace(String name, NotebookWorkspaceArgs args, CustomResourceOptions options)
type: azure-native:cosmosdb:NotebookWorkspace
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. NotebookWorkspaceArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. NotebookWorkspaceArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. NotebookWorkspaceArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. NotebookWorkspaceArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. NotebookWorkspaceArgs - 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 notebookWorkspaceResource = new AzureNative.CosmosDB.NotebookWorkspace("notebookWorkspaceResource", new()
{
AccountName = "string",
ResourceGroupName = "string",
NotebookWorkspaceName = "string",
});
example, err := cosmosdb.NewNotebookWorkspace(ctx, "notebookWorkspaceResource", &cosmosdb.NotebookWorkspaceArgs{
AccountName: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
NotebookWorkspaceName: pulumi.String("string"),
})
var notebookWorkspaceResource = new NotebookWorkspace("notebookWorkspaceResource", NotebookWorkspaceArgs.builder()
.accountName("string")
.resourceGroupName("string")
.notebookWorkspaceName("string")
.build());
notebook_workspace_resource = azure_native.cosmosdb.NotebookWorkspace("notebookWorkspaceResource",
account_name="string",
resource_group_name="string",
notebook_workspace_name="string")
const notebookWorkspaceResource = new azure_native.cosmosdb.NotebookWorkspace("notebookWorkspaceResource", {
accountName: "string",
resourceGroupName: "string",
notebookWorkspaceName: "string",
});
type: azure-native:cosmosdb:NotebookWorkspace
properties:
accountName: string
notebookWorkspaceName: string
resourceGroupName: string
NotebookWorkspace 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 NotebookWorkspace resource accepts the following input properties:
- Account
Name This property is required. Changes to this property will trigger replacement.
- Cosmos DB database account name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Notebook
Workspace Name Changes to this property will trigger replacement.
- The name of the notebook workspace resource.
- Account
Name This property is required. Changes to this property will trigger replacement.
- Cosmos DB database account name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Notebook
Workspace Name Changes to this property will trigger replacement.
- The name of the notebook workspace resource.
- account
Name This property is required. Changes to this property will trigger replacement.
- Cosmos DB database account name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- notebook
Workspace Name Changes to this property will trigger replacement.
- The name of the notebook workspace resource.
- account
Name This property is required. Changes to this property will trigger replacement.
- Cosmos DB database account name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- notebook
Workspace Name Changes to this property will trigger replacement.
- The name of the notebook workspace resource.
- account_
name This property is required. Changes to this property will trigger replacement.
- Cosmos DB database account name.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- notebook_
workspace_ name Changes to this property will trigger replacement.
- The name of the notebook workspace resource.
- account
Name This property is required. Changes to this property will trigger replacement.
- Cosmos DB database account name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- notebook
Workspace Name Changes to this property will trigger replacement.
- The name of the notebook workspace resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the NotebookWorkspace resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the database account.
- Notebook
Server stringEndpoint - Specifies the endpoint of Notebook server.
- Status string
- Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, Updating.
- Type string
- The type of Azure resource.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the database account.
- Notebook
Server stringEndpoint - Specifies the endpoint of Notebook server.
- Status string
- Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, Updating.
- Type string
- The type of Azure resource.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the database account.
- notebook
Server StringEndpoint - Specifies the endpoint of Notebook server.
- status String
- Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, Updating.
- type String
- The type of Azure resource.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the database account.
- notebook
Server stringEndpoint - Specifies the endpoint of Notebook server.
- status string
- Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, Updating.
- type string
- The type of Azure resource.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the database account.
- notebook_
server_ strendpoint - Specifies the endpoint of Notebook server.
- status str
- Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, Updating.
- type str
- The type of Azure resource.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the database account.
- notebook
Server StringEndpoint - Specifies the endpoint of Notebook server.
- status String
- Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, Updating.
- type String
- The type of Azure resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:cosmosdb:NotebookWorkspace default /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0