public interface SqlEncryptionProtector extends HasId, HasInnerModel<EncryptionProtectorInner>, HasResourceGroup, Indexable, Refreshable<SqlEncryptionProtector>, Updatable<SqlEncryptionProtector.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlEncryptionProtector.Update
The template for a SQL Encryption Protector update operation, containing all the settings that can be modified.
|
static interface |
SqlEncryptionProtector.UpdateStages
Grouping of all the SQL Encryption Protector update stages.
|
| Modifier and Type | Method and Description |
|---|---|
String |
kind() |
String |
parentId() |
com.azure.core.management.Region |
region() |
String |
serverKeyName() |
ServerKeyType |
serverKeyType() |
String |
sqlServerName() |
String |
thumbprint() |
String |
uri() |
innerModelresourceGroupNamerefresh, refreshAsyncString sqlServerName()
String parentId()
String kind()
com.azure.core.management.Region region()
String serverKeyName()
ServerKeyType serverKeyType()
String uri()
String thumbprint()
Copyright © 2020 Microsoft Corporation. All rights reserved.