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