Uses of Class
com.azure.resourcemanager.keyvault.models.SecretListResult
Packages that use SecretListResult
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of SecretListResult in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return SecretListResultModifier and TypeMethodDescriptionstatic SecretListResultSecretListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecretListResult from the JsonReader.SecretListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of secrets.SecretListResult.withValue(List<SecretInner> value) Set the value property: The list of secrets.