Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkspacesImpl

Package version

Class containing Workspaces operations.

Hierarchy

  • WorkspacesImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes a machine learning workspace.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • Optional options: WorkspacesDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

beginDiagnose

beginDiagnoseAndWait

beginPrepareNotebook

beginPrepareNotebookAndWait

beginResyncKeys

  • Resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • Optional options: WorkspacesResyncKeysOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginResyncKeysAndWait

  • Resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • Optional options: WorkspacesResyncKeysOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

listByResourceGroup

listBySubscription

listKeys

listNotebookAccessToken

listNotebookKeys

listOutboundNetworkDependenciesEndpoints

listStorageAccountKeys

Generated using TypeDoc