InstanceList Class
List of Instances.
- Inheritance
-
azure.mgmt.deviceupdate._serialization.ModelInstanceList
Constructor
InstanceList(*, next_link: str | None = None, value: List[_models.Instance] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
next_link
|
The link used to get the next page of Instances list. |
value
|
List of Instances. |
Variables
Name | Description |
---|---|
next_link
|
The link used to get the next page of Instances list. |
value
|
List of Instances. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python