@Beta(value=V1_8_0) public interface SqlServerKey extends HasId, HasInner<com.microsoft.azure.management.sql.implementation.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 |
---|---|
org.joda.time.DateTime |
creationDate() |
void |
delete()
Deletes the SQL Server Key.
|
rx.Completable |
deleteAsync()
Deletes the SQL Server Key asynchronously.
|
String |
kind() |
String |
parentId() |
Region |
region() |
ServerKeyType |
serverKeyType() |
String |
sqlServerName() |
String |
thumbprint() |
String |
uri() |
id
inner
name
resourceGroupName
key
refresh, refreshAsync
String sqlServerName()
String parentId()
String kind()
Region region()
ServerKeyType serverKeyType()
String uri()
String thumbprint()
org.joda.time.DateTime creationDate()
void delete()
rx.Completable deleteAsync()
Copyright © 2019. All rights reserved.