public class KeyVaultSecretReference extends Object
| Constructor and Description |
|---|
KeyVaultSecretReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
secretUrl()
Get the URL referencing a secret in a Key Vault.
|
SubResource |
sourceVault()
Get the relative URL of the Key Vault containing the secret.
|
KeyVaultSecretReference |
withSecretUrl(String secretUrl)
Set the URL referencing a secret in a Key Vault.
|
KeyVaultSecretReference |
withSourceVault(SubResource sourceVault)
Set the relative URL of the Key Vault containing the secret.
|
public String secretUrl()
public KeyVaultSecretReference withSecretUrl(String secretUrl)
secretUrl - the secretUrl value to setpublic SubResource sourceVault()
public KeyVaultSecretReference withSourceVault(SubResource sourceVault)
sourceVault - the sourceVault value to setCopyright © 2019. All rights reserved.