Interface WorkspaceManagedSqlServerExtendedBlobAuditingPolicies


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

    • getWithResponse

      com.azure.core.http.rest.Response<ExtendedServerBlobAuditingPolicy> getWithResponse(String resourceGroupName, String workspaceName, BlobAuditingPolicyName blobAuditingPolicyName, com.azure.core.util.Context context)
      Get server's extended blob auditing policy.

      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.
    • get

      ExtendedServerBlobAuditingPolicy get(String resourceGroupName, String workspaceName, BlobAuditingPolicyName blobAuditingPolicyName)
      Get server's extended blob auditing policy.

      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.
    • listByWorkspace

      com.azure.core.http.rest.PagedIterable<ExtendedServerBlobAuditingPolicy> listByWorkspace(String resourceGroupName, String workspaceName)
      List server's extended blob auditing policies.

      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 server's extended blob auditing policies.

      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

      Get server's extended blob auditing policy.

      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 server's extended blob auditing policy.

      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.
    • define

      Begins definition for a new ExtendedServerBlobAuditingPolicy resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new ExtendedServerBlobAuditingPolicy definition.