public interface DatabaseBlobAuditingPoliciesClient
| Modifier and Type | Method and Description |
|---|---|
DatabaseBlobAuditingPolicyInner |
createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
DatabaseBlobAuditingPolicyInner parameters)
Creates or updates a database's blob auditing policy.
|
Mono<DatabaseBlobAuditingPolicyInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String databaseName,
DatabaseBlobAuditingPolicyInner parameters)
Creates or updates a database's blob auditing policy.
|
com.azure.core.http.rest.Response<DatabaseBlobAuditingPolicyInner> |
createOrUpdateWithResponse(String resourceGroupName,
String serverName,
String databaseName,
DatabaseBlobAuditingPolicyInner parameters,
com.azure.core.util.Context context)
Creates or updates a database's blob auditing policy.
|
Mono<com.azure.core.http.rest.Response<DatabaseBlobAuditingPolicyInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
DatabaseBlobAuditingPolicyInner parameters)
Creates or updates a database's blob auditing policy.
|
DatabaseBlobAuditingPolicyInner |
get(String resourceGroupName,
String serverName,
String databaseName)
Gets a database's blob auditing policy.
|
Mono<DatabaseBlobAuditingPolicyInner> |
getAsync(String resourceGroupName,
String serverName,
String databaseName)
Gets a database's blob auditing policy.
|
com.azure.core.http.rest.Response<DatabaseBlobAuditingPolicyInner> |
getWithResponse(String resourceGroupName,
String serverName,
String databaseName,
com.azure.core.util.Context context)
Gets a database's blob auditing policy.
|
Mono<com.azure.core.http.rest.Response<DatabaseBlobAuditingPolicyInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName)
Gets a database's blob auditing policy.
|
com.azure.core.http.rest.PagedIterable<DatabaseBlobAuditingPolicyInner> |
listByDatabase(String resourceGroupName,
String serverName,
String databaseName)
Lists auditing settings of a database.
|
com.azure.core.http.rest.PagedIterable<DatabaseBlobAuditingPolicyInner> |
listByDatabase(String resourceGroupName,
String serverName,
String databaseName,
com.azure.core.util.Context context)
Lists auditing settings of a database.
|
com.azure.core.http.rest.PagedFlux<DatabaseBlobAuditingPolicyInner> |
listByDatabaseAsync(String resourceGroupName,
String serverName,
String databaseName)
Lists auditing settings of a database.
|
Mono<com.azure.core.http.rest.Response<DatabaseBlobAuditingPolicyInner>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database.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.Mono<DatabaseBlobAuditingPolicyInner> getAsync(String resourceGroupName, String serverName, String databaseName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database.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.DatabaseBlobAuditingPolicyInner get(String resourceGroupName, String serverName, String databaseName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database.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.com.azure.core.http.rest.Response<DatabaseBlobAuditingPolicyInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<DatabaseBlobAuditingPolicyInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, DatabaseBlobAuditingPolicyInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database.parameters - A database blob auditing policy.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.Mono<DatabaseBlobAuditingPolicyInner> createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, DatabaseBlobAuditingPolicyInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database.parameters - A database blob auditing policy.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.DatabaseBlobAuditingPolicyInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseBlobAuditingPolicyInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database.parameters - A database blob auditing policy.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.com.azure.core.http.rest.Response<DatabaseBlobAuditingPolicyInner> createOrUpdateWithResponse(String resourceGroupName, String serverName, String databaseName, DatabaseBlobAuditingPolicyInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database.parameters - A database blob auditing policy.context - The context to associate with this operation.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.com.azure.core.http.rest.PagedFlux<DatabaseBlobAuditingPolicyInner> listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database.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.com.azure.core.http.rest.PagedIterable<DatabaseBlobAuditingPolicyInner> listByDatabase(String resourceGroupName, String serverName, String databaseName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database.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.com.azure.core.http.rest.PagedIterable<DatabaseBlobAuditingPolicyInner> listByDatabase(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database.context - The context to associate with this operation.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.Copyright © 2020 Microsoft Corporation. All rights reserved.