Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RetentionPoliciesApi

Hierarchy

  • RetentionPoliciesApi

Index

Constructors

constructor

Properties

Protected basePath

basePath: string = "https://dev.azure.com/"

defaultHeaders

defaultHeaders: any

Methods

deleteFeedRetentionPolicies

  • deleteFeedRetentionPolicies(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<__type>
  • Delete the retention policy for a feed.

    Parameters

    • params: object
      • apiVersion: string
      • feedId: string
      • organization: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<__type>

getFeedRetentionPolicies

  • getFeedRetentionPolicies(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<FeedRetentionPolicy>
  • Get the retention policy for a feed.

    Parameters

    • params: object
      • apiVersion: string
      • feedId: string
      • organization: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<FeedRetentionPolicy>

setFeedRetentionPolicies

  • setFeedRetentionPolicies(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<FeedRetentionPolicy>
  • Set the retention policy for a feed.

    Parameters

    • params: object
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<FeedRetentionPolicy>

Generated using TypeDoc