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, accountName: string, workspaceName: string, parameters: Workspace, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesCreateOrUpdateResponse>
  • createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Workspace, callback: msRest.ServiceCallback<Workspace>): void
  • createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Workspace, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Workspace>): void
  • Creates or updates a machine learning workspace with the specified parameters.

    Parameters

    • resourceGroupName: string

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

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account 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 team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account 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 team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account 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, accountName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, accountName: 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 team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account 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 team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

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

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(resourceGroupName: string, accountName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesGetResponse>
  • get(resourceGroupName: string, accountName: string, workspaceName: string, callback: msRest.ServiceCallback<Workspace>): void
  • get(resourceGroupName: string, accountName: 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 team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account 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 team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • callback: msRest.ServiceCallback<Workspace>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

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

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Workspace>

      The callback

    Returns void

listByAccounts

  • listByAccounts(accountName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListByAccountsResponse>
  • listByAccounts(accountName: string, resourceGroupName: string, callback: msRest.ServiceCallback<WorkspaceListResult>): void
  • listByAccounts(accountName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<WorkspaceListResult>): void
  • Lists all the available machine learning workspaces under the specified team account.

    Parameters

    • accountName: string

      The name of the machine learning team account.

    • resourceGroupName: string

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

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WorkspacesListByAccountsResponse>

    Promise<Models.WorkspacesListByAccountsResponse>

  • Parameters

    • accountName: string

      The name of the machine learning team account.

    • resourceGroupName: string

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

    • callback: msRest.ServiceCallback<WorkspaceListResult>

      The callback

    Returns void

  • Parameters

    • accountName: string

      The name of the machine learning team account.

    • resourceGroupName: string

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

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<WorkspaceListResult>

      The callback

    Returns void

listByAccountsNext

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

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WorkspacesListByAccountsNextResponse>

    Promise<Models.WorkspacesListByAccountsNextResponse>

  • 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

update

  • update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesUpdateResponse>
  • update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, callback: msRest.ServiceCallback<Workspace>): void
  • update(resourceGroupName: string, accountName: 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 team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account 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 team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account 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 team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account 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