Uses of Class
com.azure.resourcemanager.keyvault.models.VaultListResult
-
Packages that use VaultListResult Package Description com.azure.resourcemanager.keyvault.models 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 VaultListResult Modifier and Type Method Description VaultListResultVaultListResult. withNextLink(String nextLink)Set the nextLink property: The URL to get the next set of vaults.VaultListResultVaultListResult. withValue(List<VaultInner> value)Set the value property: The list of vaults.
-