ISqlEncryptionProtectorOperations Interface

Definition

A representation of the Azure SQL Encryption Protector operations.

public interface ISqlEncryptionProtectorOperations : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type ISqlEncryptionProtectorOperations = interface
    interface IBeta
Public Interface ISqlEncryptionProtectorOperations
Implements IBeta
Implements

Methods

GetById(String)

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

GetByIdAsync(String, CancellationToken)

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

GetBySqlServer(ISqlServer)

Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.

GetBySqlServer(String, String)

Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.

GetBySqlServerAsync(ISqlServer, CancellationToken)

Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.

GetBySqlServerAsync(String, String, CancellationToken)

Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.

ListBySqlServer(ISqlServer)

Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.

ListBySqlServer(String, String)

Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.

ListBySqlServerAsync(ISqlServer, CancellationToken)

Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.

ListBySqlServerAsync(String, String, CancellationToken)

Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.

Applies to