Interface ExtendedSqlPoolBlobAuditingPolicies


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

      • get

        ExtendedSqlPoolBlobAuditingPolicy get​(String resourceGroupName,
                                              String workspaceName,
                                              String sqlPoolName)
        Gets an extended Sql pool's blob auditing policy.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sqlPoolName - SQL pool name.
        Returns:
        an extended Sql pool's blob auditing policy.
        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<ExtendedSqlPoolBlobAuditingPolicy> getWithResponse​(String resourceGroupName,
                                                                                             String workspaceName,
                                                                                             String sqlPoolName,
                                                                                             com.azure.core.util.Context context)
        Gets an extended Sql pool's blob auditing policy.
        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:
        an extended Sql pool's blob auditing policy 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.
      • listBySqlPool

        com.azure.core.http.rest.PagedIterable<ExtendedSqlPoolBlobAuditingPolicy> listBySqlPool​(String resourceGroupName,
                                                                                                String workspaceName,
                                                                                                String sqlPoolName)
        Lists extended auditing settings of a Sql pool.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sqlPoolName - SQL pool name.
        Returns:
        a list of sql pool extended auditing settings 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.
      • listBySqlPool

        com.azure.core.http.rest.PagedIterable<ExtendedSqlPoolBlobAuditingPolicy> listBySqlPool​(String resourceGroupName,
                                                                                                String workspaceName,
                                                                                                String sqlPoolName,
                                                                                                com.azure.core.util.Context context)
        Lists extended auditing settings of a Sql pool.
        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:
        a list of sql pool extended auditing settings 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

        ExtendedSqlPoolBlobAuditingPolicy getById​(String id)
        Gets an extended Sql pool's blob auditing policy.
        Parameters:
        id - the resource ID.
        Returns:
        an extended Sql pool's blob auditing policy 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<ExtendedSqlPoolBlobAuditingPolicy> getByIdWithResponse​(String id,
                                                                                                 com.azure.core.util.Context context)
        Gets an extended Sql pool's blob auditing policy.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        Returns:
        an extended Sql pool's blob auditing policy 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.