public class KeyVaultSecretReference extends Object
| Constructor and Description |
|---|
KeyVaultSecretReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
secretUrl()
Get the secretUrl value.
|
com.microsoft.azure.SubResource |
sourceVault()
Get the sourceVault value.
|
KeyVaultSecretReference |
withSecretUrl(String secretUrl)
Set the secretUrl value.
|
KeyVaultSecretReference |
withSourceVault(com.microsoft.azure.SubResource sourceVault)
Set the sourceVault value.
|
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.
*/