SqlEncryptionProtector Interface

Implements

HasId HasResourceGroup HasInner<com.microsoft.azure.management.sql.implementation.EncryptionProtectorInner> Indexable Refreshable<SqlEncryptionProtector> Updatable<Update>

public interface SqlEncryptionProtector
extends HasId, HasInner<com.microsoft.azure.management.sql.implementation.EncryptionProtectorInner>, HasResourceGroup, Indexable, Refreshable<SqlEncryptionProtector>, Updatable<Update>

An immutable client-side representation of an Azure SQL Encryption Protector.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String kind()
abstract java.lang.String parentId()
abstract Region region()
abstract java.lang.String serverKeyName()
abstract ServerKeyType serverKeyType()
abstract java.lang.String sqlServerName()
abstract java.lang.String thumbprint()
abstract java.lang.String uri()

Method Details

kind

public abstract String kind()

Returns:

the kind of encryption protector; this is metadata used for the Azure Portal experience

parentId

public abstract String parentId()

Returns:

the parent SQL server ID

region

public abstract Region region()

Returns:

the resource location

serverKeyName

public abstract String serverKeyName()

Returns:

the name of the server key

serverKeyType

public abstract ServerKeyType serverKeyType()

Returns:

the encryption protector type

sqlServerName

public abstract String sqlServerName()

Returns:

name of the SQL Server to which this DNS alias belongs

thumbprint

public abstract String thumbprint()

Returns:

thumbprint of the server key

uri

public abstract String uri()

Returns:

the URI of the server key

Applies to