public interface SqlServerKey extends HasId, HasInnerModel<ServerKeyInner>, HasName, HasResourceGroup, Indexable, Refreshable<SqlServerKey>, Updatable<SqlServerKey.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlServerKey.Update
The template for a SQL Server Key update operation, containing all the settings that can be modified.
|
static interface |
SqlServerKey.UpdateStages
Grouping of all the SQL Server Key update stages.
|
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
creationDate() |
void |
delete()
Deletes the SQL Server Key.
|
Mono<Void> |
deleteAsync()
Deletes the SQL Server Key asynchronously.
|
String |
kind() |
String |
parentId() |
com.azure.core.management.Region |
region() |
ServerKeyType |
serverKeyType() |
String |
sqlServerName() |
String |
thumbprint() |
String |
uri() |
innerModelnameresourceGroupNamerefresh, refreshAsyncString sqlServerName()
String parentId()
String kind()
com.azure.core.management.Region region()
ServerKeyType serverKeyType()
String uri()
String thumbprint()
OffsetDateTime creationDate()
void delete()
Copyright © 2020 Microsoft Corporation. All rights reserved.