ManagedHsmKeyListResult Class
The page of keys.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelManagedHsmKeyListResult
Constructor
ManagedHsmKeyListResult(*, value: List[_models.ManagedHsmKey] | 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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python