Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ApiIssueImpl

Package version

Class containing ApiIssue operations.

Hierarchy

  • ApiIssueImpl

Implements

Index

Constructors

constructor

Methods

createOrUpdate

delete

  • delete(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, ifMatch: string, options?: ApiIssueDeleteOptionalParams): Promise<void>
  • Deletes the specified Issue from an API.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • apiId: string

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

    • issueId: string

      Issue 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: ApiIssueDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets the details of the Issue for an API 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 identifier. Must be unique in the current API Management service instance.

    • issueId: string

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

    • Optional options: ApiIssueGetOptionalParams

      The options parameters.

    Returns Promise<ApiIssueGetResponse>

getEntityTag

  • Gets the entity state (Etag) version of the Issue for an API 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 identifier. Must be unique in the current API Management service instance.

    • issueId: string

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

    • Optional options: ApiIssueGetEntityTagOptionalParams

      The options parameters.

    Returns Promise<ApiIssueGetEntityTagResponse>

listByService

  • Lists all issues associated with the specified API.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • apiId: string

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

    • Optional options: ApiIssueListByServiceOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<IssueContract>

update

  • Updates an existing issue for an API.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • apiId: string

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

    • issueId: string

      Issue 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: IssueUpdateContract

      Update parameters.

    • Optional options: ApiIssueUpdateOptionalParams

      The options parameters.

    Returns Promise<ApiIssueUpdateResponse>

Generated using TypeDoc