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. Default value: None
|
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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python