Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PortalRevision

Package version

Interface representing a PortalRevision.

Hierarchy

  • PortalRevision

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginUpdate

  • Updates the description of specified portal revision or makes it current.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • portalRevisionId: string

      Portal revision 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: PortalRevisionContract

      Portal Revision's contract details.

    • Optional options: PortalRevisionUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<PortalRevisionUpdateResponse>, PortalRevisionUpdateResponse>>

beginUpdateAndWait

  • Updates the description of specified portal revision or makes it current.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • portalRevisionId: string

      Portal revision 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: PortalRevisionContract

      Portal Revision's contract details.

    • Optional options: PortalRevisionUpdateOptionalParams

      The options parameters.

    Returns Promise<PortalRevisionUpdateResponse>

get

getEntityTag

listByService

Generated using TypeDoc