ResourceListResult Class
List of resource groups.
All required parameters must be populated in order to send to server.
Constructor
ResourceListResult(*, next_link: str, value: List[_models.GenericResourceExpanded] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The list of resources. |
next_link
|
The URL to get the next set of results. Required. |
Variables
Name | Description |
---|---|
value
|
The list of resources. |
next_link
|
The URL to get the next set of results. Required. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python