Share via


ListApplicationPackagesResult Class

The result of performing list application packages.

Constructor

ListApplicationPackagesResult(*, value: List[_models.ApplicationPackage] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

The list of application packages.

Default value: None
next_link
str

The URL to get the next set of results.

Default value: None

Variables

Name Description
value

The list of application packages.

next_link
str

The URL to get the next set of results.