Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ApiVersionSetImpl

Package version

Class containing ApiVersionSet operations.

Hierarchy

  • ApiVersionSetImpl

Implements

Index

Constructors

constructor

Methods

createOrUpdate

delete

  • Deletes specific Api Version Set.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • versionSetId: string

      Api Version Set 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: ApiVersionSetDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets the details of the Api Version Set specified by its identifier.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • versionSetId: string

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

    • Optional options: ApiVersionSetGetOptionalParams

      The options parameters.

    Returns Promise<ApiVersionSetGetResponse>

getEntityTag

listByService

update

  • Updates the details of the Api VersionSet specified by its identifier.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • versionSetId: string

      Api Version Set 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: ApiVersionSetUpdateParameters

      Update parameters.

    • Optional options: ApiVersionSetUpdateOptionalParams

      The options parameters.

    Returns Promise<ApiVersionSetUpdateResponse>

Generated using TypeDoc