Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BackendImpl

Package version

Class containing Backend operations.

Hierarchy

  • BackendImpl

Implements

Index

Constructors

constructor

Methods

createOrUpdate

delete

  • delete(resourceGroupName: string, serviceName: string, backendId: string, ifMatch: string, options?: BackendDeleteOptionalParams): Promise<void>
  • Deletes the specified backend.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • backendId: string

      Identifier of the Backend entity. Must be unique in the current API Management service instance.

    • ifMatch: string

      ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.

    • Optional options: BackendDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets the details of the backend specified by its identifier.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • backendId: string

      Identifier of the Backend entity. Must be unique in the current API Management service instance.

    • Optional options: BackendGetOptionalParams

      The options parameters.

    Returns Promise<BackendGetResponse>

getEntityTag

  • Gets the entity state (Etag) version of the backend specified by its identifier.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • backendId: string

      Identifier of the Backend entity. Must be unique in the current API Management service instance.

    • Optional options: BackendGetEntityTagOptionalParams

      The options parameters.

    Returns Promise<BackendGetEntityTagResponse>

listByService

reconnect

  • Notifies the APIM proxy to create a new connection to the backend after the specified timeout. If no timeout was specified, timeout of 2 minutes is used.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • backendId: string

      Identifier of the Backend entity. Must be unique in the current API Management service instance.

    • Optional options: BackendReconnectOptionalParams

      The options parameters.

    Returns Promise<void>

update

  • Updates an existing backend.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • backendId: string

      Identifier of the Backend entity. Must be unique in the current API Management service instance.

    • ifMatch: string

      ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.

    • parameters: BackendUpdateParameters

      Update parameters.

    • Optional options: BackendUpdateOptionalParams

      The options parameters.

    Returns Promise<BackendUpdateResponse>

Generated using TypeDoc