Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OnlineEndpoints

Package version

Interface representing a OnlineEndpoints.

Hierarchy

  • OnlineEndpoints

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, options?: OnlineEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete Online Endpoint (asynchronous).

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • endpointName: string

      Online Endpoint name.

    • Optional options: OnlineEndpointsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete Online Endpoint (asynchronous).

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • endpointName: string

      Online Endpoint name.

    • Optional options: OnlineEndpointsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginRegenerateKeys

beginRegenerateKeysAndWait

beginUpdate

beginUpdateAndWait

get

getToken

list

listKeys

Generated using TypeDoc