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

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure 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

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure 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

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure 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

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure 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

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WorkspacesGetResponse>

    Promise<Models.WorkspacesGetResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • callback: msRest.ServiceCallback<Workspace>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Workspace>

      The callback

    Returns void

listByResourceGroup

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

    Parameters

    • resourceGroupName: string

      Name of the resource group in which workspace is located.

    • Optional options: Models.WorkspacesListByResourceGroupOptionalParams

    Returns Promise<Models.WorkspacesListByResourceGroupResponse>

    Promise<Models.WorkspacesListByResourceGroupResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which workspace is located.

    • callback: msRest.ServiceCallback<WorkspaceListResult>

      The callback

    Returns void

  • Parameters

    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

listBySubscription

listBySubscriptionNext

  • listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListBySubscriptionNextResponse>
  • listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<WorkspaceListResult>): void
  • listBySubscriptionNext(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.WorkspacesListBySubscriptionNextResponse>

    Promise<Models.WorkspacesListBySubscriptionNextResponse>

  • 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

listKeys

  • listKeys(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListKeysResponse>
  • listKeys(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback<ListWorkspaceKeysResult>): void
  • listKeys(resourceGroupName: string, workspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ListWorkspaceKeysResult>): void
  • Lists all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry

    Parameters

    • resourceGroupName: string

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WorkspacesListKeysResponse>

    Promise<Models.WorkspacesListKeysResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • callback: msRest.ServiceCallback<ListWorkspaceKeysResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ListWorkspaceKeysResult>

      The callback

    Returns void

resyncKeys

  • resyncKeys(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • resyncKeys(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback<void>): void
  • resyncKeys(resourceGroupName: string, workspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • 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

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • 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

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure 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

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • parameters: WorkspaceUpdateParameters

      The parameters for updating a machine learning workspace.

    • callback: msRest.ServiceCallback<Workspace>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which workspace is located.

    • workspaceName: string

      Name of Azure 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