public final class EncryptionScopeKeyVaultProperties extends Object
| Constructor and Description |
|---|
EncryptionScopeKeyVaultProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyUri()
Get the keyUri property: The object identifier for a key vault key object.
|
void |
validate()
Validates the instance.
|
EncryptionScopeKeyVaultProperties |
withKeyUri(String keyUri)
Set the keyUri property: The object identifier for a key vault key object.
|
public String keyUri()
public EncryptionScopeKeyVaultProperties withKeyUri(String keyUri)
keyUri - the keyUri value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.