ListApplicationsResult Class

The result of performing list applications.

Inheritance
azure.mgmt.batch._serialization.Model
ListApplicationsResult

Constructor

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

Keyword-Only Parameters

Name Description
value

The list of applications.

next_link
str

The URL to get the next set of results.

Variables

Name Description
value

The list of applications.

next_link
str

The URL to get the next set of results.