Interface SqlPoolTransparentDataEncryptionsClient


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

    • getWithResponse

      com.azure.core.http.rest.Response<TransparentDataEncryptionInner> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, TransparentDataEncryptionName transparentDataEncryptionName, com.azure.core.util.Context context)
      Get a SQL pool's transparent data encryption configuration

      Get a SQL pool's transparent data encryption configuration.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      sqlPoolName - SQL pool name.
      transparentDataEncryptionName - The name of the transparent data encryption configuration.
      context - The context to associate with this operation.
      Returns:
      a SQL pool's transparent data encryption configuration 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

      TransparentDataEncryptionInner get(String resourceGroupName, String workspaceName, String sqlPoolName, TransparentDataEncryptionName transparentDataEncryptionName)
      Get a SQL pool's transparent data encryption configuration

      Get a SQL pool's transparent data encryption configuration.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      sqlPoolName - SQL pool name.
      transparentDataEncryptionName - The name of the transparent data encryption configuration.
      Returns:
      a SQL pool's transparent data encryption configuration.
      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<TransparentDataEncryptionInner> createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, TransparentDataEncryptionName transparentDataEncryptionName, TransparentDataEncryptionInner parameters, com.azure.core.util.Context context)
      Creates or updates a Sql pool's transparent data encryption configuration

      Creates or updates a Sql pool's transparent data encryption configuration.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      sqlPoolName - SQL pool name.
      transparentDataEncryptionName - The name of the transparent data encryption configuration.
      parameters - The required parameters for creating or updating transparent data encryption.
      context - The context to associate with this operation.
      Returns:
      represents a Sql pool transparent data encryption configuration 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

      TransparentDataEncryptionInner createOrUpdate(String resourceGroupName, String workspaceName, String sqlPoolName, TransparentDataEncryptionName transparentDataEncryptionName, TransparentDataEncryptionInner parameters)
      Creates or updates a Sql pool's transparent data encryption configuration

      Creates or updates a Sql pool's transparent data encryption configuration.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      sqlPoolName - SQL pool name.
      transparentDataEncryptionName - The name of the transparent data encryption configuration.
      parameters - The required parameters for creating or updating transparent data encryption.
      Returns:
      represents a Sql pool transparent data encryption configuration.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<TransparentDataEncryptionInner> list(String resourceGroupName, String workspaceName, String sqlPoolName)
      SQL pool's transparent data encryption configurations

      Get list of SQL pool's transparent data encryption configurations.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      sqlPoolName - SQL pool name.
      Returns:
      list of SQL pool's transparent data encryption configurations 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.
    • list

      com.azure.core.http.rest.PagedIterable<TransparentDataEncryptionInner> list(String resourceGroupName, String workspaceName, String sqlPoolName, com.azure.core.util.Context context)
      SQL pool's transparent data encryption configurations

      Get list of SQL pool's transparent data encryption configurations.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      sqlPoolName - SQL pool name.
      context - The context to associate with this operation.
      Returns:
      list of SQL pool's transparent data encryption configurations 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.