public interface ExtendedServerBlobAuditingPoliciesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExtendedServerBlobAuditingPolicyInner>,ExtendedServerBlobAuditingPolicyInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
ExtendedServerBlobAuditingPolicyInner parameters)
Creates or updates an extended server's blob auditing policy.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExtendedServerBlobAuditingPolicyInner>,ExtendedServerBlobAuditingPolicyInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
ExtendedServerBlobAuditingPolicyInner parameters,
com.azure.core.util.Context context)
Creates or updates an extended server's blob auditing policy.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExtendedServerBlobAuditingPolicyInner>,ExtendedServerBlobAuditingPolicyInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
ExtendedServerBlobAuditingPolicyInner parameters)
Creates or updates an extended server's blob auditing policy.
|
ExtendedServerBlobAuditingPolicyInner |
createOrUpdate(String resourceGroupName,
String serverName,
ExtendedServerBlobAuditingPolicyInner parameters)
Creates or updates an extended server's blob auditing policy.
|
ExtendedServerBlobAuditingPolicyInner |
createOrUpdate(String resourceGroupName,
String serverName,
ExtendedServerBlobAuditingPolicyInner parameters,
com.azure.core.util.Context context)
Creates or updates an extended server's blob auditing policy.
|
Mono<ExtendedServerBlobAuditingPolicyInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
ExtendedServerBlobAuditingPolicyInner parameters)
Creates or updates an extended server's blob auditing policy.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
ExtendedServerBlobAuditingPolicyInner parameters)
Creates or updates an extended server's blob auditing policy.
|
ExtendedServerBlobAuditingPolicyInner |
get(String resourceGroupName,
String serverName)
Gets an extended server's blob auditing policy.
|
Mono<ExtendedServerBlobAuditingPolicyInner> |
getAsync(String resourceGroupName,
String serverName)
Gets an extended server's blob auditing policy.
|
com.azure.core.http.rest.Response<ExtendedServerBlobAuditingPolicyInner> |
getWithResponse(String resourceGroupName,
String serverName,
com.azure.core.util.Context context)
Gets an extended server's blob auditing policy.
|
Mono<com.azure.core.http.rest.Response<ExtendedServerBlobAuditingPolicyInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName)
Gets an extended server's blob auditing policy.
|
com.azure.core.http.rest.PagedIterable<ExtendedServerBlobAuditingPolicyInner> |
listByServer(String resourceGroupName,
String serverName)
Lists extended auditing settings of a server.
|
com.azure.core.http.rest.PagedIterable<ExtendedServerBlobAuditingPolicyInner> |
listByServer(String resourceGroupName,
String serverName,
com.azure.core.util.Context context)
Lists extended auditing settings of a server.
|
com.azure.core.http.rest.PagedFlux<ExtendedServerBlobAuditingPolicyInner> |
listByServerAsync(String resourceGroupName,
String serverName)
Lists extended auditing settings of a server.
|
Mono<com.azure.core.http.rest.Response<ExtendedServerBlobAuditingPolicyInner>> getWithResponseAsync(String resourceGroupName, String serverName)
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.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<ExtendedServerBlobAuditingPolicyInner> getAsync(String resourceGroupName, String serverName)
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.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.ExtendedServerBlobAuditingPolicyInner get(String resourceGroupName, String serverName)
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.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<ExtendedServerBlobAuditingPolicyInner> getWithResponse(String resourceGroupName, String serverName, 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.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<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner 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.parameters - An extended server 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExtendedServerBlobAuditingPolicyInner>,ExtendedServerBlobAuditingPolicyInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner 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.parameters - An extended server 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExtendedServerBlobAuditingPolicyInner>,ExtendedServerBlobAuditingPolicyInner> beginCreateOrUpdate(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner 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.parameters - An extended server 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExtendedServerBlobAuditingPolicyInner>,ExtendedServerBlobAuditingPolicyInner> beginCreateOrUpdate(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner 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.parameters - An extended server 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.Mono<ExtendedServerBlobAuditingPolicyInner> createOrUpdateAsync(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner 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.parameters - An extended server 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.ExtendedServerBlobAuditingPolicyInner createOrUpdate(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner 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.parameters - An extended server 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.ExtendedServerBlobAuditingPolicyInner createOrUpdate(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner 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.parameters - An extended server 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<ExtendedServerBlobAuditingPolicyInner> listByServerAsync(String resourceGroupName, String serverName)
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.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<ExtendedServerBlobAuditingPolicyInner> listByServer(String resourceGroupName, String serverName)
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.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<ExtendedServerBlobAuditingPolicyInner> listByServer(String resourceGroupName, String serverName, 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.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.