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