EntityListResult Class
Describes the result of the request to view entities.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelEntityListResult
Constructor
EntityListResult(*, value: List[EntityInfo] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
value
Required
|
The list of entities. |
Keyword-Only Parameters
Name | Description |
---|---|
value
Required
|
|
Variables
Name | Description |
---|---|
count
|
Total count of records that match the filter. |
next_link
|
The URL to use for getting the next set of results. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python