Uses of Class
com.azure.spring.keyvault.KeyVaultProperties.Property
-
Packages that use KeyVaultProperties.Property Package Description com.azure.spring.keyvault Package com.azure.keyvault.spring -
-
Uses of KeyVaultProperties.Property in com.azure.spring.keyvault
Methods in com.azure.spring.keyvault that return KeyVaultProperties.Property Modifier and Type Method Description static KeyVaultProperties.PropertyKeyVaultProperties.Property. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyVaultProperties.Property[]KeyVaultProperties.Property. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.spring.keyvault with parameters of type KeyVaultProperties.Property Modifier and Type Method Description static StringKeyVaultProperties. getPropertyName(KeyVaultProperties.Property property)Gets the property name.static StringKeyVaultProperties. getPropertyName(String normalizedName, KeyVaultProperties.Property property)Gets the property name.
-