Share via


AppServicePlansListWebAppsQueryParamProperties interface

Properties

$filter

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

$skipToken

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

$top

List page size. If specified, results are paged.

Property Details

$filter

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

$filter?: string

Property Value

string

$skipToken

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

$skipToken?: string

Property Value

string

$top

List page size. If specified, results are paged.

$top?: string

Property Value

string