Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GroupImpl

Package version

Class containing Group operations.

Hierarchy

  • GroupImpl

Implements

Index

Constructors

constructor

Methods

createOrUpdate

delete

  • delete(resourceGroupName: string, serviceName: string, groupId: string, ifMatch: string, options?: GroupDeleteOptionalParams): Promise<void>
  • Deletes specific group of the API Management service instance.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • groupId: string

      Group identifier. 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: GroupDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

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

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • groupId: string

      Group identifier. Must be unique in the current API Management service instance.

    • Optional options: GroupGetOptionalParams

      The options parameters.

    Returns Promise<GroupGetResponse>

getEntityTag

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

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • groupId: string

      Group identifier. Must be unique in the current API Management service instance.

    • Optional options: GroupGetEntityTagOptionalParams

      The options parameters.

    Returns Promise<GroupGetEntityTagResponse>

listByService

update

  • Updates the details of the group specified by its identifier.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • groupId: string

      Group identifier. 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: GroupUpdateParameters

      Update parameters.

    • Optional options: GroupUpdateOptionalParams

      The options parameters.

    Returns Promise<GroupUpdateResponse>

Generated using TypeDoc