Interface SqlPoolTransparentDataEncryptions


  • public interface SqlPoolTransparentDataEncryptions
    Resource collection API of SqlPoolTransparentDataEncryptions.
    • Method Detail

      • get

        TransparentDataEncryption get​(String resourceGroupName,
                                      String workspaceName,
                                      String sqlPoolName,
                                      TransparentDataEncryptionName transparentDataEncryptionName)
        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.
      • getWithResponse

        com.azure.core.http.rest.Response<TransparentDataEncryption> getWithResponse​(String resourceGroupName,
                                                                                     String workspaceName,
                                                                                     String sqlPoolName,
                                                                                     TransparentDataEncryptionName transparentDataEncryptionName,
                                                                                     com.azure.core.util.Context context)
        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.
      • list

        com.azure.core.http.rest.PagedIterable<TransparentDataEncryption> list​(String resourceGroupName,
                                                                               String workspaceName,
                                                                               String sqlPoolName)
        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<TransparentDataEncryption> list​(String resourceGroupName,
                                                                               String workspaceName,
                                                                               String sqlPoolName,
                                                                               com.azure.core.util.Context context)
        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.
      • getById

        TransparentDataEncryption getById​(String id)
        Get a SQL pool's transparent data encryption configuration.
        Parameters:
        id - the resource ID.
        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.
      • getByIdWithResponse

        com.azure.core.http.rest.Response<TransparentDataEncryption> getByIdWithResponse​(String id,
                                                                                         com.azure.core.util.Context context)
        Get a SQL pool's transparent data encryption configuration.
        Parameters:
        id - the resource ID.
        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.