Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ComputeOperationsImpl

Package version

Class containing ComputeOperations operations.

Hierarchy

  • ComputeOperationsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • Deletes specified Machine Learning compute.

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • computeName: string

      Name of the Azure Machine Learning compute.

    • underlyingResourceAction: UnderlyingResourceAction

      Delete the underlying compute if 'Delete', or detach the underlying compute from workspace if 'Detach'.

    • Optional options: ComputeDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Deletes specified Machine Learning compute.

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • computeName: string

      Name of the Azure Machine Learning compute.

    • underlyingResourceAction: UnderlyingResourceAction

      Delete the underlying compute if 'Delete', or detach the underlying compute from workspace if 'Detach'.

    • Optional options: ComputeDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginRestart

  • beginRestart(resourceGroupName: string, workspaceName: string, computeName: string, options?: ComputeRestartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Posts a restart action to a compute instance

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • computeName: string

      Name of the Azure Machine Learning compute.

    • Optional options: ComputeRestartOptionalParams

      The options parameters.

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

beginRestartAndWait

  • beginRestartAndWait(resourceGroupName: string, workspaceName: string, computeName: string, options?: ComputeRestartOptionalParams): Promise<void>

beginStart

  • beginStart(resourceGroupName: string, workspaceName: string, computeName: string, options?: ComputeStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Posts a start action to a compute instance

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • computeName: string

      Name of the Azure Machine Learning compute.

    • Optional options: ComputeStartOptionalParams

      The options parameters.

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

beginStartAndWait

  • beginStartAndWait(resourceGroupName: string, workspaceName: string, computeName: string, options?: ComputeStartOptionalParams): Promise<void>

beginStop

  • beginStop(resourceGroupName: string, workspaceName: string, computeName: string, options?: ComputeStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Posts a stop action to a compute instance

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • computeName: string

      Name of the Azure Machine Learning compute.

    • Optional options: ComputeStopOptionalParams

      The options parameters.

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

beginStopAndWait

  • beginStopAndWait(resourceGroupName: string, workspaceName: string, computeName: string, options?: ComputeStopOptionalParams): Promise<void>

beginUpdate

beginUpdateAndWait

get

  • Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • computeName: string

      Name of the Azure Machine Learning compute.

    • Optional options: ComputeGetOptionalParams

      The options parameters.

    Returns Promise<ComputeGetResponse>

list

listKeys

listNodes

Generated using TypeDoc