SqlServerKey Interface
Implements
public interface SqlServerKey
extends HasId, HasInnerModel<ServerKeyInner>, HasName, HasResourceGroup, Indexable, Refreshable<SqlServerKey>
An immutable client-side representation of an Azure SQL Server Key.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Offset |
creationDate() |
abstract void |
delete()
Deletes the SQL Server Key. |
abstract Mono<Void> |
deleteAsync()
Deletes the SQL Server Key asynchronously. |
abstract String | kind() |
abstract String | parentId() |
abstract Region | region() |
abstract
Server |
serverKeyType() |
abstract String | sqlServerName() |
abstract String | thumbprint() |
abstract String | uri() |
Method Details
creationDate
public abstract OffsetDateTime creationDate()
Returns:
delete
public abstract void delete()
Deletes the SQL Server Key.
deleteAsync
public abstract Mono
Deletes the SQL Server Key asynchronously.
Returns:
kind
public abstract String kind()
Returns:
parentId
public abstract String parentId()
Returns:
region
public abstract Region region()
Returns:
serverKeyType
public abstract ServerKeyType serverKeyType()
Returns:
sqlServerName
public abstract String sqlServerName()
Returns:
thumbprint
public abstract String thumbprint()
Returns:
uri
public abstract String uri()
Returns:
Applies to
Azure SDK for Java