Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiTagDescription

Package version

Interface representing a ApiTagDescription.

Hierarchy

  • ApiTagDescription

Implemented by

Index

Methods

createOrUpdate

delete

  • Delete tag description for the Api.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • apiId: string

      API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

    • tagDescriptionId: string

      Tag description identifier. Used when creating tagDescription for API/Tag association. Based on API and Tag names.

    • 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: ApiTagDescriptionDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Get Tag description in scope of API

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • apiId: string

      API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

    • tagDescriptionId: string

      Tag description identifier. Used when creating tagDescription for API/Tag association. Based on API and Tag names.

    • Optional options: ApiTagDescriptionGetOptionalParams

      The options parameters.

    Returns Promise<ApiTagDescriptionGetResponse>

getEntityTag

  • Gets the entity state version of the tag specified by its identifier.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • apiId: string

      API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

    • tagDescriptionId: string

      Tag description identifier. Used when creating tagDescription for API/Tag association. Based on API and Tag names.

    • Optional options: ApiTagDescriptionGetEntityTagOptionalParams

      The options parameters.

    Returns Promise<ApiTagDescriptionGetEntityTagResponse>

listByService

  • Lists all Tags descriptions in scope of API. Model similar to swagger - tagDescription is defined on API level but tag may be assigned to the Operations

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • apiId: string

      API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

    • Optional options: ApiTagDescriptionListByServiceOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<TagDescriptionContract>

Generated using TypeDoc