ServerBlobAuditingPoliciesClient Interface

public interface ServerBlobAuditingPoliciesClient

An instance of this class provides access to all the operations defined in ServerBlobAuditingPoliciesClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ServerBlobAuditingPolicyInner>,ServerBlobAuditingPolicyInner> beginCreateOrUpdate(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters)

Creates or updates a server's blob auditing policy.

abstract SyncPoller<PollResult<ServerBlobAuditingPolicyInner>,ServerBlobAuditingPolicyInner> beginCreateOrUpdate(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters, Context context)

Creates or updates a server's blob auditing policy.

abstract PollerFlux<PollResult<ServerBlobAuditingPolicyInner>,ServerBlobAuditingPolicyInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters)

Creates or updates a server's blob auditing policy.

abstract ServerBlobAuditingPolicyInner createOrUpdate(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters)

Creates or updates a server's blob auditing policy.

abstract ServerBlobAuditingPolicyInner createOrUpdate(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters, Context context)

Creates or updates a server's blob auditing policy.

abstract reactor.core.publisher.Mono<ServerBlobAuditingPolicyInner> createOrUpdateAsync(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters)

Creates or updates a server's blob auditing policy.

abstract reactor.core.publisher.Mono<Response<reactor.core.publisher.Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters)

Creates or updates a server's blob auditing policy.

abstract ServerBlobAuditingPolicyInner get(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName)

Gets a server's blob auditing policy.

abstract reactor.core.publisher.Mono<ServerBlobAuditingPolicyInner> getAsync(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName)

Gets a server's blob auditing policy.

abstract Response<ServerBlobAuditingPolicyInner> getWithResponse(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, Context context)

Gets a server's blob auditing policy.

abstract reactor.core.publisher.Mono<Response<ServerBlobAuditingPolicyInner>> getWithResponseAsync(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName)

Gets a server's blob auditing policy.

abstract PagedIterable<ServerBlobAuditingPolicyInner> listByServer(String resourceGroupName, String serverName)

Lists auditing settings of a server.

abstract PagedIterable<ServerBlobAuditingPolicyInner> listByServer(String resourceGroupName, String serverName, Context context)

Lists auditing settings of a server.

abstract PagedFlux<ServerBlobAuditingPolicyInner> listByServerAsync(String resourceGroupName, String serverName)

Lists auditing settings of a server.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<ServerBlobAuditingPolicyInner>,ServerBlobAuditingPolicyInner> beginCreateOrUpdate(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters)

Creates or updates a server's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
blobAuditingPolicyName - The name of the blob auditing policy.
parameters - Properties of blob auditing policy.

Returns:

the SyncPoller<T,U> for polling of a server blob auditing policy.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<ServerBlobAuditingPolicyInner>,ServerBlobAuditingPolicyInner> beginCreateOrUpdate(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters, Context context)

Creates or updates a server's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
blobAuditingPolicyName - The name of the blob auditing policy.
parameters - Properties of blob auditing policy.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of a server blob auditing policy.

beginCreateOrUpdateAsync

public abstract PollerFlux<PollResult<ServerBlobAuditingPolicyInner>,ServerBlobAuditingPolicyInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters)

Creates or updates a server's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
blobAuditingPolicyName - The name of the blob auditing policy.
parameters - Properties of blob auditing policy.

Returns:

the PollerFlux<T,U> for polling of a server blob auditing policy.

createOrUpdate

public abstract ServerBlobAuditingPolicyInner createOrUpdate(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters)

Creates or updates a server's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
blobAuditingPolicyName - The name of the blob auditing policy.
parameters - Properties of blob auditing policy.

Returns:

a server blob auditing policy.

createOrUpdate

public abstract ServerBlobAuditingPolicyInner createOrUpdate(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters, Context context)

Creates or updates a server's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
blobAuditingPolicyName - The name of the blob auditing policy.
parameters - Properties of blob auditing policy.
context - The context to associate with this operation.

Returns:

a server blob auditing policy.

createOrUpdateAsync

public abstract Mono<ServerBlobAuditingPolicyInner> createOrUpdateAsync(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters)

Creates or updates a server's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
blobAuditingPolicyName - The name of the blob auditing policy.
parameters - Properties of blob auditing policy.

Returns:

a server blob auditing policy on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, ServerBlobAuditingPolicyInner parameters)

Creates or updates a server's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
blobAuditingPolicyName - The name of the blob auditing policy.
parameters - Properties of blob auditing policy.

Returns:

a server blob auditing policy along with Response<T> on successful completion of Mono.

get

public abstract ServerBlobAuditingPolicyInner get(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName)

Gets a server's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
blobAuditingPolicyName - The name of the blob auditing policy.

Returns:

a server's blob auditing policy.

getAsync

public abstract Mono<ServerBlobAuditingPolicyInner> getAsync(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName)

Gets a server's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
blobAuditingPolicyName - The name of the blob auditing policy.

Returns:

a server's blob auditing policy on successful completion of Mono.

getWithResponse

public abstract Response<ServerBlobAuditingPolicyInner> getWithResponse(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName, Context context)

Gets a server's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
blobAuditingPolicyName - The name of the blob auditing policy.
context - The context to associate with this operation.

Returns:

a server's blob auditing policy along with Response<T>.

getWithResponseAsync

public abstract Mono<Response<ServerBlobAuditingPolicyInner>> getWithResponseAsync(String resourceGroupName, String serverName, BlobAuditingPolicyName blobAuditingPolicyName)

Gets a server's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
blobAuditingPolicyName - The name of the blob auditing policy.

Returns:

a server's blob auditing policy along with Response<T> on successful completion of Mono.

listByServer

public abstract PagedIterable<ServerBlobAuditingPolicyInner> listByServer(String resourceGroupName, String serverName)

Lists auditing settings of a server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.

Returns:

the response of a ServerBlobAuditingPolicy list operation as paginated response with PagedIterable<T>.

listByServer

public abstract PagedIterable<ServerBlobAuditingPolicyInner> listByServer(String resourceGroupName, String serverName, Context context)

Lists auditing settings of a server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
context - The context to associate with this operation.

Returns:

the response of a ServerBlobAuditingPolicy list operation as paginated response with PagedIterable<T>.

listByServerAsync

public abstract PagedFlux<ServerBlobAuditingPolicyInner> listByServerAsync(String resourceGroupName, String serverName)

Lists auditing settings of a server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.

Returns:

the response of a ServerBlobAuditingPolicy list operation as paginated response with PagedFlux<T>.

Applies to