KeyListResult Class
The page of keys.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelKeyListResult
Constructor
KeyListResult(*, value: List[_models.Key] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The key resources. |
next_link
|
The URL to get the next page of keys. |
Variables
Name | Description |
---|---|
value
|
The key resources. |
next_link
|
The URL to get the next page of keys. |
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