public class KeyVaultAndKeyReference extends Object
| Constructor and Description |
|---|
KeyVaultAndKeyReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyUrl()
Get url pointing to a key or secret in KeyVault.
|
SourceVault |
sourceVault()
Get resource id of the KeyVault containing the key or secret.
|
KeyVaultAndKeyReference |
withKeyUrl(String keyUrl)
Set url pointing to a key or secret in KeyVault.
|
KeyVaultAndKeyReference |
withSourceVault(SourceVault sourceVault)
Set resource id of the KeyVault containing the key or secret.
|
public SourceVault sourceVault()
public KeyVaultAndKeyReference withSourceVault(SourceVault sourceVault)
sourceVault - the sourceVault value to setpublic String keyUrl()
public KeyVaultAndKeyReference withKeyUrl(String keyUrl)
keyUrl - the keyUrl 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.
*/