public class KeyVaultAndSecretReference extends Object
| Constructor and Description |
|---|
KeyVaultAndSecretReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
secretUrl()
Get the secretUrl value.
|
SourceVault |
sourceVault()
Get the sourceVault value.
|
KeyVaultAndSecretReference |
withSecretUrl(String secretUrl)
Set the secretUrl value.
|
KeyVaultAndSecretReference |
withSourceVault(SourceVault sourceVault)
Set the sourceVault value.
|
public SourceVault sourceVault()
public KeyVaultAndSecretReference withSourceVault(SourceVault sourceVault)
sourceVault - the sourceVault value to setpublic String secretUrl()
public KeyVaultAndSecretReference withSecretUrl(String secretUrl)
secretUrl - the secretUrl 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.
*/