public class KeyVaultPropertySource extends org.springframework.core.env.EnumerablePropertySource<KeyVaultOperation>
EnumerablePropertySource to enumerate all property pairs in Key Vault.| Constructor and Description |
|---|
KeyVaultPropertySource(KeyVaultOperation operation) |
KeyVaultPropertySource(String keyVaultName,
KeyVaultOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String name) |
String[] |
getPropertyNames() |
public KeyVaultPropertySource(String keyVaultName, KeyVaultOperation operation)
public KeyVaultPropertySource(KeyVaultOperation operation)
public String[] getPropertyNames()
getPropertyNames in class org.springframework.core.env.EnumerablePropertySource<KeyVaultOperation>public Object getProperty(String name)
getProperty in class org.springframework.core.env.PropertySource<KeyVaultOperation>Copyright © 2020 Microsoft Corporation. All rights reserved.