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()
ServerKeyType serverKeyType()
String sqlServerName()
String thumbprint()
String uri()

Inherited Members

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