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