public class EncryptionIdentity extends Object
| Constructor and Description |
|---|
EncryptionIdentity() |
| Modifier and Type | Method and Description |
|---|---|
String |
encryptionUserAssignedIdentity()
Get the encryptionUserAssignedIdentity property: Resource identifier of the UserAssigned identity to be
associated with server-side encryption on the storage account.
|
void |
validate()
Validates the instance.
|
EncryptionIdentity |
withEncryptionUserAssignedIdentity(String encryptionUserAssignedIdentity)
Set the encryptionUserAssignedIdentity property: Resource identifier of the UserAssigned identity to be
associated with server-side encryption on the storage account.
|
public String encryptionUserAssignedIdentity()
public EncryptionIdentity withEncryptionUserAssignedIdentity(String encryptionUserAssignedIdentity)
encryptionUserAssignedIdentity - the encryptionUserAssignedIdentity value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.