ListApplicationsResult Class
The result of performing list applications.
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. Default value: None
|
next_link
|
The URL to get the next set of results. Default value: None
|
Variables
Name | Description |
---|---|
value
|
The list of applications. |
next_link
|
The URL to get the next set of results. |