Interface WorkspaceManagedSqlServerExtendedBlobAuditingPolicies


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

      • get

        ExtendedServerBlobAuditingPolicy get​(String resourceGroupName,
                                             String workspaceName,
                                             BlobAuditingPolicyName blobAuditingPolicyName)
        Get a workspace SQL server's extended blob auditing policy.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        blobAuditingPolicyName - The name of the blob auditing policy.
        Returns:
        a workspace SQL server's extended 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<ExtendedServerBlobAuditingPolicy> getWithResponse​(String resourceGroupName,
                                                                                            String workspaceName,
                                                                                            BlobAuditingPolicyName blobAuditingPolicyName,
                                                                                            com.azure.core.util.Context context)
        Get a workspace SQL server's extended blob auditing policy.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        blobAuditingPolicyName - The name of the blob auditing policy.
        context - The context to associate with this operation.
        Returns:
        a workspace SQL server's extended 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.
      • listByWorkspace

        com.azure.core.http.rest.PagedIterable<ExtendedServerBlobAuditingPolicy> listByWorkspace​(String resourceGroupName,
                                                                                                 String workspaceName)
        List workspace managed sql server's extended blob auditing policies.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        Returns:
        a list of server 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.
      • listByWorkspace

        com.azure.core.http.rest.PagedIterable<ExtendedServerBlobAuditingPolicy> listByWorkspace​(String resourceGroupName,
                                                                                                 String workspaceName,
                                                                                                 com.azure.core.util.Context context)
        List workspace managed sql server's extended blob auditing policies.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        context - The context to associate with this operation.
        Returns:
        a list of server 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

        ExtendedServerBlobAuditingPolicy getById​(String id)
        Get a workspace SQL server's extended blob auditing policy.
        Parameters:
        id - the resource ID.
        Returns:
        a workspace SQL server's extended 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<ExtendedServerBlobAuditingPolicy> getByIdWithResponse​(String id,
                                                                                                com.azure.core.util.Context context)
        Get a workspace SQL server's extended blob auditing policy.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        Returns:
        a workspace SQL server's extended 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.