SqlEncryptionProtector Interface
public interface SqlEncryptionProtector extends HasId,HasInner,HasResourceGroup,Indexable,Refreshable,Updatable<SqlEncryptionProtector.Update>
An immutable client-side representation of an Azure SQL Encryption Protector.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | kind() |
String | parentId() |
Region | region() |
String | serverKeyName() |
Server |
serverKeyType() |
String | sqlServerName() |
String | thumbprint() |
String | uri() |
Inherited Members
HasId.id()
HasInner<T>.inner()
Indexable.key()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
HasResourceGroup.resourceGroupName()
Updatable<T>.update()
Method Details
kind
public String kind()
Returns:
the kind of encryption protector; this is metadata used for the Azure Portal experience
parentId
public String parentId()
Returns:
the parent SQL server ID
region
public Region region()
Returns:
the resource location
serverKeyName
public String serverKeyName()
Returns:
the name of the server key
serverKeyType
public ServerKeyType serverKeyType()
Returns:
the encryption protector type
sqlServerName
public String sqlServerName()
Returns:
name of the SQL Server to which this DNS alias belongs
thumbprint
public String thumbprint()
Returns:
thumbprint of the server key
uri
public String uri()
Returns:
the URI of the server key
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java