Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LoggerImpl

Package version

Class containing Logger operations.

Hierarchy

  • LoggerImpl

Implements

Index

Constructors

constructor

Methods

createOrUpdate

delete

  • delete(resourceGroupName: string, serviceName: string, loggerId: string, ifMatch: string, options?: LoggerDeleteOptionalParams): Promise<void>
  • Deletes the specified logger.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • loggerId: string

      Logger identifier. Must be unique in the 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: LoggerDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

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

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • loggerId: string

      Logger identifier. Must be unique in the API Management service instance.

    • Optional options: LoggerGetOptionalParams

      The options parameters.

    Returns Promise<LoggerGetResponse>

getEntityTag

listByService

update

  • Updates an existing logger.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • loggerId: string

      Logger identifier. Must be unique in the 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: LoggerUpdateContract

      Update parameters.

    • Optional options: LoggerUpdateOptionalParams

      The options parameters.

    Returns Promise<LoggerUpdateResponse>

Generated using TypeDoc