ResourceListResult Class
List of vault resources.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelResourceListResult
Constructor
ResourceListResult(*, value: List[_models.Resource] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The list of vault resources. |
next_link
|
The URL to get the next set of vault resources. |
Variables
Name | Description |
---|---|
value
|
The list of vault resources. |
next_link
|
The URL to get the next set of vault resources. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python