Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Workspaces

Package version

Class representing a Workspaces.

Hierarchy

  • Workspaces

Index

Constructors

constructor

Methods

createOrUpdate

  • createOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesCreateOrUpdateResponse>
  • createOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Workspace, callback: msRest.ServiceCallback<Workspace>): void
  • createOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Workspace, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Workspace>): void
  • Creates or updates a workspace with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • workspaceName: string

      The name of the machine learning workspace.

    • parameters: Workspace

      The parameters for creating or updating a machine learning workspace.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WorkspacesCreateOrUpdateResponse>

    Promise<Models.WorkspacesCreateOrUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • workspaceName: string

      The name of the machine learning workspace.

    • parameters: Workspace

      The parameters for creating or updating a machine learning workspace.

    • callback: msRest.ServiceCallback<Workspace>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • workspaceName: string

      The name of the machine learning workspace.

    • parameters: Workspace

      The parameters for creating or updating a machine learning workspace.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Workspace>

      The callback

    Returns void

deleteMethod

  • deleteMethod(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, workspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Deletes a machine learning workspace.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • workspaceName: string

      The name of the machine learning workspace.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • workspaceName: string

      The name of the machine learning workspace.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • workspaceName: string

      The name of the machine learning workspace.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesGetResponse>
  • get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback<Workspace>): void
  • get(resourceGroupName: string, workspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Workspace>): void
  • Gets the properties of the specified machine learning workspace.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • workspaceName: string

      The name of the machine learning workspace.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WorkspacesGetResponse>

    Promise<Models.WorkspacesGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • workspaceName: string

      The name of the machine learning workspace.

    • callback: msRest.ServiceCallback<Workspace>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • workspaceName: string

      The name of the machine learning workspace.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Workspace>

      The callback

    Returns void

list

  • list(options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListResponse>
  • list(callback: msRest.ServiceCallback<WorkspaceListResult>): void
  • list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<WorkspaceListResult>): void

listByResourceGroup

  • listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListByResourceGroupResponse>
  • listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<WorkspaceListResult>): void
  • listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<WorkspaceListResult>): void
  • Lists all the available machine learning workspaces under the specified resource group.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WorkspacesListByResourceGroupResponse>

    Promise<Models.WorkspacesListByResourceGroupResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • callback: msRest.ServiceCallback<WorkspaceListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<WorkspaceListResult>

      The callback

    Returns void

listByResourceGroupNext

  • listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListByResourceGroupNextResponse>
  • listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<WorkspaceListResult>): void
  • listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<WorkspaceListResult>): void
  • Lists all the available machine learning workspaces under the specified resource group.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WorkspacesListByResourceGroupNextResponse>

    Promise<Models.WorkspacesListByResourceGroupNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<WorkspaceListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<WorkspaceListResult>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<WorkspaceListResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<WorkspaceListResult>): void
  • Lists all the available machine learning workspaces under the specified subscription.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WorkspacesListNextResponse>

    Promise<Models.WorkspacesListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<WorkspaceListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<WorkspaceListResult>

      The callback

    Returns void

listWorkspaceKeys

  • listWorkspaceKeys(workspaceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListWorkspaceKeysResponse>
  • listWorkspaceKeys(workspaceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<WorkspaceKeysResponse>): void
  • listWorkspaceKeys(workspaceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<WorkspaceKeysResponse>): void
  • List the authorization keys associated with this workspace.

    Parameters

    • workspaceName: string

      The name of the machine learning workspace.

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WorkspacesListWorkspaceKeysResponse>

    Promise<Models.WorkspacesListWorkspaceKeysResponse>

  • Parameters

    • workspaceName: string

      The name of the machine learning workspace.

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • callback: msRest.ServiceCallback<WorkspaceKeysResponse>

      The callback

    Returns void

  • Parameters

    • workspaceName: string

      The name of the machine learning workspace.

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<WorkspaceKeysResponse>

      The callback

    Returns void

resyncStorageKeys

  • resyncStorageKeys(workspaceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • resyncStorageKeys(workspaceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<void>): void
  • resyncStorageKeys(workspaceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Resync storage keys associated with this workspace.

    Parameters

    • workspaceName: string

      The name of the machine learning workspace.

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • workspaceName: string

      The name of the machine learning workspace.

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • workspaceName: string

      The name of the machine learning workspace.

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

update

  • update(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesUpdateResponse>
  • update(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, callback: msRest.ServiceCallback<Workspace>): void
  • update(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Workspace>): void
  • Updates a machine learning workspace with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • workspaceName: string

      The name of the machine learning workspace.

    • parameters: WorkspaceUpdateParameters

      The parameters for updating a machine learning workspace.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WorkspacesUpdateResponse>

    Promise<Models.WorkspacesUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • workspaceName: string

      The name of the machine learning workspace.

    • parameters: WorkspaceUpdateParameters

      The parameters for updating a machine learning workspace.

    • callback: msRest.ServiceCallback<Workspace>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning workspace belongs.

    • workspaceName: string

      The name of the machine learning workspace.

    • parameters: WorkspaceUpdateParameters

      The parameters for updating a machine learning workspace.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Workspace>

      The callback

    Returns void

Generated using TypeDoc