通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition Interface

public static interface SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition

Grouping of the Azure SQL Server Key common actions.

Method Summary

Modifier and Type Method and Description
abstract SqlEncryptionProtector get()

Gets the information about an Encryption Protector resource from Azure SQL server.

abstract Mono<SqlEncryptionProtector> getAsync()

Asynchronously gets the information about an Encryption Protector resource from Azure SQL server.

abstract List<SqlEncryptionProtector> list()

Lists Azure SQL the Encryption Protector resources.

abstract PagedFlux<SqlEncryptionProtector> listAsync()

Asynchronously lists Azure SQL the Encryption Protector resources.

Method Details

get

public abstract SqlEncryptionProtector get()

Gets the information about an Encryption Protector resource from Azure SQL server.

Returns:

an immutable representation of the resource

getAsync

public abstract Mono<SqlEncryptionProtector> getAsync()

Asynchronously gets the information about an Encryption Protector resource from Azure SQL server.

Returns:

a representation of the deferred computation of this call returning the found resource

list

public abstract List<SqlEncryptionProtector> list()

Lists Azure SQL the Encryption Protector resources.

Returns:

the list of resources

listAsync

public abstract PagedFlux<SqlEncryptionProtector> listAsync()

Asynchronously lists Azure SQL the Encryption Protector resources.

Returns:

a representation of the deferred computation of this call

Applies to