This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.documentdb.getNotebookWorkspace
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Gets the notebook workspace for a Cosmos DB account. Azure REST API version: 2023-04-15.
Other available API versions: 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.
Using getNotebookWorkspace
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 getNotebookWorkspace(args: GetNotebookWorkspaceArgs, opts?: InvokeOptions): Promise<GetNotebookWorkspaceResult>
function getNotebookWorkspaceOutput(args: GetNotebookWorkspaceOutputArgs, opts?: InvokeOptions): Output<GetNotebookWorkspaceResult>
def get_notebook_workspace(account_name: Optional[str] = None,
notebook_workspace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNotebookWorkspaceResult
def get_notebook_workspace_output(account_name: Optional[pulumi.Input[str]] = None,
notebook_workspace_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNotebookWorkspaceResult]
func LookupNotebookWorkspace(ctx *Context, args *LookupNotebookWorkspaceArgs, opts ...InvokeOption) (*LookupNotebookWorkspaceResult, error)
func LookupNotebookWorkspaceOutput(ctx *Context, args *LookupNotebookWorkspaceOutputArgs, opts ...InvokeOption) LookupNotebookWorkspaceResultOutput
> Note: This function is named LookupNotebookWorkspace
in the Go SDK.
public static class GetNotebookWorkspace
{
public static Task<GetNotebookWorkspaceResult> InvokeAsync(GetNotebookWorkspaceArgs args, InvokeOptions? opts = null)
public static Output<GetNotebookWorkspaceResult> Invoke(GetNotebookWorkspaceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNotebookWorkspaceResult> getNotebookWorkspace(GetNotebookWorkspaceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:documentdb:getNotebookWorkspace
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - Cosmos DB database account name.
- Notebook
Workspace stringName - The name of the notebook workspace resource.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Account
Name string - Cosmos DB database account name.
- Notebook
Workspace stringName - The name of the notebook workspace resource.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- account
Name String - Cosmos DB database account name.
- notebook
Workspace StringName - The name of the notebook workspace resource.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- account
Name string - Cosmos DB database account name.
- notebook
Workspace stringName - The name of the notebook workspace resource.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- account_
name str - Cosmos DB database account name.
- notebook_
workspace_ strname - The name of the notebook workspace resource.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- account
Name String - Cosmos DB database account name.
- notebook
Workspace StringName - The name of the notebook workspace resource.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getNotebookWorkspace Result
The following output properties are available:
- Id string
- The unique resource identifier of the database account.
- 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.
- Id string
- The unique resource identifier of the database account.
- 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.
- id String
- The unique resource identifier of the database account.
- 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.
- id string
- The unique resource identifier of the database account.
- 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.
- id str
- The unique resource identifier of the database account.
- 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.
- id String
- The unique resource identifier of the database account.
- 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.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi