Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppServicePlansListWebAppsOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • AppServicePlansListWebAppsOptionalParams

Index

Properties

Properties

Optional filter

filter: undefined | string

Supported filter: $filter=state eq running. Returns only web apps that are currently running

Optional skipToken

skipToken: undefined | string

Skip to a web app in the list of webapps associated with app service plan. If specified, the resulting list will contain web apps starting from (including) the skipToken. Otherwise, the resulting list contains web apps from the start of the list

Optional top

top: undefined | string

List page size. If specified, results are paged.

Generated using TypeDoc