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