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.
|
com.microsoft.azure.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(com.microsoft.azure.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 com.microsoft.azure.SubResource sourceVault()
public KeyVaultSecretReference withSourceVault(com.microsoft.azure.SubResource sourceVault)
sourceVault - the sourceVault value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/