Uses of Class
com.azure.security.keyvault.administration.models.KeyVaultSetting
Packages that use KeyVaultSetting
Package
Description
Package containing classes for creating clients
KeyVaultAccessControlAsyncClient and
KeyVaultAccessControlClient that perform access control operations
on Azure Key Vault resources, as well as clients
KeyVaultBackupAsyncClient and
KeyVaultBackupClient that perform backup and restore operations on
Azure Key Vault keys.Package containing classes used by
KeyVaultAccessControlAsyncClient and
KeyVaultAccessControlClient to perform access control operations
on Azure Key Vault resources, as well as classes used by
KeyVaultBackupAsyncClient and
KeyVaultBackupClient to perform backup and restore operations on
on Azure Key Vault keys.-
Uses of KeyVaultSetting in com.azure.security.keyvault.administration
Methods in com.azure.security.keyvault.administration that return KeyVaultSettingModifier and TypeMethodDescriptionKeyVaultSettingsClient.getSetting(String name) Get the value of a specific account setting.KeyVaultSettingsClient.updateSetting(KeyVaultSetting setting) Updates a givenaccount setting.Methods in com.azure.security.keyvault.administration that return types with arguments of type KeyVaultSettingModifier and TypeMethodDescriptionKeyVaultSettingsAsyncClient.getSetting(String name) Get the value of a specific account setting.Mono<com.azure.core.http.rest.Response<KeyVaultSetting>>KeyVaultSettingsAsyncClient.getSettingWithResponse(String name) Get the value of a specific account setting.com.azure.core.http.rest.Response<KeyVaultSetting>KeyVaultSettingsClient.getSettingWithResponse(String name, com.azure.core.util.Context context) Get the value of a specific account setting.KeyVaultSettingsAsyncClient.updateSetting(KeyVaultSetting setting) Updates a givenaccount setting.Mono<com.azure.core.http.rest.Response<KeyVaultSetting>>KeyVaultSettingsAsyncClient.updateSettingWithResponse(KeyVaultSetting setting) Updates a givenaccount setting.com.azure.core.http.rest.Response<KeyVaultSetting>KeyVaultSettingsClient.updateSettingWithResponse(KeyVaultSetting setting, com.azure.core.util.Context context) Updates a givenaccount setting.Methods in com.azure.security.keyvault.administration with parameters of type KeyVaultSettingModifier and TypeMethodDescriptionKeyVaultSettingsAsyncClient.updateSetting(KeyVaultSetting setting) Updates a givenaccount setting.KeyVaultSettingsClient.updateSetting(KeyVaultSetting setting) Updates a givenaccount setting.Mono<com.azure.core.http.rest.Response<KeyVaultSetting>>KeyVaultSettingsAsyncClient.updateSettingWithResponse(KeyVaultSetting setting) Updates a givenaccount setting.com.azure.core.http.rest.Response<KeyVaultSetting>KeyVaultSettingsClient.updateSettingWithResponse(KeyVaultSetting setting, com.azure.core.util.Context context) Updates a givenaccount setting. -
Uses of KeyVaultSetting in com.azure.security.keyvault.administration.models
Methods in com.azure.security.keyvault.administration.models that return types with arguments of type KeyVaultSettingModifier and TypeMethodDescriptionKeyVaultGetSettingsResult.getSettings()Get the list ofsettingsfor the account.Constructor parameters in com.azure.security.keyvault.administration.models with type arguments of type KeyVaultSettingModifierConstructorDescriptionKeyVaultGetSettingsResult(List<KeyVaultSetting> settings) Creates an instance ofKeyVaultGetSettingsResultclass.