Interface ManagedDatabaseTransparentDataEncryptionsClient


public interface ManagedDatabaseTransparentDataEncryptionsClient
An instance of this class provides access to all the operations defined in ManagedDatabaseTransparentDataEncryptionsClient.
  • Method Details

    • listByDatabaseAsync

      com.azure.core.http.rest.PagedFlux<ManagedTransparentDataEncryptionInner> listByDatabaseAsync(String resourceGroupName, String managedInstanceName, String databaseName)
      Gets a list of managed database's transparent data encryptions.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      databaseName - The name of the managed database for which the transparent data encryption is defined.
      Returns:
      a list of managed database's transparent data encryptions as paginated response with PagedFlux.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByDatabase

      com.azure.core.http.rest.PagedIterable<ManagedTransparentDataEncryptionInner> listByDatabase(String resourceGroupName, String managedInstanceName, String databaseName)
      Gets a list of managed database's transparent data encryptions.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      databaseName - The name of the managed database for which the transparent data encryption is defined.
      Returns:
      a list of managed database's transparent data encryptions as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByDatabase

      com.azure.core.http.rest.PagedIterable<ManagedTransparentDataEncryptionInner> listByDatabase(String resourceGroupName, String managedInstanceName, String databaseName, com.azure.core.util.Context context)
      Gets a list of managed database's transparent data encryptions.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      databaseName - The name of the managed database for which the transparent data encryption is defined.
      context - The context to associate with this operation.
      Returns:
      a list of managed database's transparent data encryptions as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponseAsync

      Mono<com.azure.core.http.rest.Response<ManagedTransparentDataEncryptionInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, TransparentDataEncryptionName tdeName)
      Gets a managed database's transparent data encryption.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      databaseName - The name of the managed database for which the transparent data encryption is defined.
      tdeName - The name of the transparent data encryption configuration.
      Returns:
      a managed database's transparent data encryption along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getAsync

      Mono<ManagedTransparentDataEncryptionInner> getAsync(String resourceGroupName, String managedInstanceName, String databaseName, TransparentDataEncryptionName tdeName)
      Gets a managed database's transparent data encryption.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      databaseName - The name of the managed database for which the transparent data encryption is defined.
      tdeName - The name of the transparent data encryption configuration.
      Returns:
      a managed database's transparent data encryption on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      com.azure.core.http.rest.Response<ManagedTransparentDataEncryptionInner> getWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, TransparentDataEncryptionName tdeName, com.azure.core.util.Context context)
      Gets a managed database's transparent data encryption.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      databaseName - The name of the managed database for which the transparent data encryption is defined.
      tdeName - The name of the transparent data encryption configuration.
      context - The context to associate with this operation.
      Returns:
      a managed database's transparent data encryption along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      ManagedTransparentDataEncryptionInner get(String resourceGroupName, String managedInstanceName, String databaseName, TransparentDataEncryptionName tdeName)
      Gets a managed database's transparent data encryption.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      databaseName - The name of the managed database for which the transparent data encryption is defined.
      tdeName - The name of the transparent data encryption configuration.
      Returns:
      a managed database's transparent data encryption.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateWithResponseAsync

      Mono<com.azure.core.http.rest.Response<ManagedTransparentDataEncryptionInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, TransparentDataEncryptionName tdeName, ManagedTransparentDataEncryptionInner parameters)
      Updates a database's transparent data encryption configuration.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      databaseName - The name of the managed database for which the security alert policy is defined.
      tdeName - The name of the transparent data encryption configuration.
      parameters - The database transparent data encryption.
      Returns:
      a managed database transparent data encryption state along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateAsync

      Mono<ManagedTransparentDataEncryptionInner> createOrUpdateAsync(String resourceGroupName, String managedInstanceName, String databaseName, TransparentDataEncryptionName tdeName, ManagedTransparentDataEncryptionInner parameters)
      Updates a database's transparent data encryption configuration.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      databaseName - The name of the managed database for which the security alert policy is defined.
      tdeName - The name of the transparent data encryption configuration.
      parameters - The database transparent data encryption.
      Returns:
      a managed database transparent data encryption state on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateWithResponse

      com.azure.core.http.rest.Response<ManagedTransparentDataEncryptionInner> createOrUpdateWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, TransparentDataEncryptionName tdeName, ManagedTransparentDataEncryptionInner parameters, com.azure.core.util.Context context)
      Updates a database's transparent data encryption configuration.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      databaseName - The name of the managed database for which the security alert policy is defined.
      tdeName - The name of the transparent data encryption configuration.
      parameters - The database transparent data encryption.
      context - The context to associate with this operation.
      Returns:
      a managed database transparent data encryption state along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdate

      ManagedTransparentDataEncryptionInner createOrUpdate(String resourceGroupName, String managedInstanceName, String databaseName, TransparentDataEncryptionName tdeName, ManagedTransparentDataEncryptionInner parameters)
      Updates a database's transparent data encryption configuration.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      databaseName - The name of the managed database for which the security alert policy is defined.
      tdeName - The name of the transparent data encryption configuration.
      parameters - The database transparent data encryption.
      Returns:
      a managed database transparent data encryption state.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.