public class KeyVaultKeyReference extends Object
| Constructor and Description |
|---|
KeyVaultKeyReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyUrl()
Get the URL referencing a key encryption key in Key Vault.
|
com.microsoft.azure.SubResource |
sourceVault()
Get the relative URL of the Key Vault containing the key.
|
KeyVaultKeyReference |
withKeyUrl(String keyUrl)
Set the URL referencing a key encryption key in Key Vault.
|
KeyVaultKeyReference |
withSourceVault(com.microsoft.azure.SubResource sourceVault)
Set the relative URL of the Key Vault containing the key.
|
public String keyUrl()
public KeyVaultKeyReference withKeyUrl(String keyUrl)
keyUrl - the keyUrl value to setpublic com.microsoft.azure.SubResource sourceVault()
public KeyVaultKeyReference 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.
*/