public interface ExtendedDatabaseBlobAuditingPoliciesClient
| Modifier and Type | Method and Description |
|---|---|
ExtendedDatabaseBlobAuditingPolicyInner |
createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
ExtendedDatabaseBlobAuditingPolicyInner parameters)
Creates or updates an extended database's blob auditing policy.
|
Mono<ExtendedDatabaseBlobAuditingPolicyInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String databaseName,
ExtendedDatabaseBlobAuditingPolicyInner parameters)
Creates or updates an extended database's blob auditing policy.
|
com.azure.core.http.rest.Response<ExtendedDatabaseBlobAuditingPolicyInner> |
createOrUpdateWithResponse(String resourceGroupName,
String serverName,
String databaseName,
ExtendedDatabaseBlobAuditingPolicyInner parameters,
com.azure.core.util.Context context)
Creates or updates an extended database's blob auditing policy.
|
Mono<com.azure.core.http.rest.Response<ExtendedDatabaseBlobAuditingPolicyInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
ExtendedDatabaseBlobAuditingPolicyInner parameters)
Creates or updates an extended database's blob auditing policy.
|
ExtendedDatabaseBlobAuditingPolicyInner |
get(String resourceGroupName,
String serverName,
String databaseName)
Gets an extended database's blob auditing policy.
|
Mono<ExtendedDatabaseBlobAuditingPolicyInner> |
getAsync(String resourceGroupName,
String serverName,
String databaseName)
Gets an extended database's blob auditing policy.
|
com.azure.core.http.rest.Response<ExtendedDatabaseBlobAuditingPolicyInner> |
getWithResponse(String resourceGroupName,
String serverName,
String databaseName,
com.azure.core.util.Context context)
Gets an extended database's blob auditing policy.
|
Mono<com.azure.core.http.rest.Response<ExtendedDatabaseBlobAuditingPolicyInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName)
Gets an extended database's blob auditing policy.
|
com.azure.core.http.rest.PagedIterable<ExtendedDatabaseBlobAuditingPolicyInner> |
listByDatabase(String resourceGroupName,
String serverName,
String databaseName)
Lists extended auditing settings of a database.
|
com.azure.core.http.rest.PagedIterable<ExtendedDatabaseBlobAuditingPolicyInner> |
listByDatabase(String resourceGroupName,
String serverName,
String databaseName,
com.azure.core.util.Context context)
Lists extended auditing settings of a database.
|
com.azure.core.http.rest.PagedFlux<ExtendedDatabaseBlobAuditingPolicyInner> |
listByDatabaseAsync(String resourceGroupName,
String serverName,
String databaseName)
Lists extended auditing settings of a database.
|
Mono<com.azure.core.http.rest.Response<ExtendedDatabaseBlobAuditingPolicyInner>> 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<ExtendedDatabaseBlobAuditingPolicyInner> 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.ExtendedDatabaseBlobAuditingPolicyInner 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<ExtendedDatabaseBlobAuditingPolicyInner> 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<ExtendedDatabaseBlobAuditingPolicyInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, ExtendedDatabaseBlobAuditingPolicyInner 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 - An extended 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<ExtendedDatabaseBlobAuditingPolicyInner> createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, ExtendedDatabaseBlobAuditingPolicyInner 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 - An extended 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.ExtendedDatabaseBlobAuditingPolicyInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, ExtendedDatabaseBlobAuditingPolicyInner 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 - An extended 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<ExtendedDatabaseBlobAuditingPolicyInner> createOrUpdateWithResponse(String resourceGroupName, String serverName, String databaseName, ExtendedDatabaseBlobAuditingPolicyInner 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 - An extended 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<ExtendedDatabaseBlobAuditingPolicyInner> 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<ExtendedDatabaseBlobAuditingPolicyInner> 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<ExtendedDatabaseBlobAuditingPolicyInner> 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.