public class EncryptionScopeKeyVaultProperties extends Object
| Constructor and Description |
|---|
EncryptionScopeKeyVaultProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyUri()
Get the object identifier for a key vault key object.
|
EncryptionScopeKeyVaultProperties |
withKeyUri(String keyUri)
Set the object identifier for a key vault key object.
|
public String keyUri()
public EncryptionScopeKeyVaultProperties withKeyUri(String keyUri)
keyUri - the keyUri 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.
*/