ExtendedServerBlobAuditingPoliciesClient Interface

public interface ExtendedServerBlobAuditingPoliciesClient

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

Method Summary

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

Creates or updates an extended server's blob auditing policy.

abstract SyncPoller<PollResult<ExtendedServerBlobAuditingPolicyInner>,ExtendedServerBlobAuditingPolicyInner> beginCreateOrUpdate(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters, Context context)

Creates or updates an extended server's blob auditing policy.

abstract PollerFlux<PollResult<ExtendedServerBlobAuditingPolicyInner>,ExtendedServerBlobAuditingPolicyInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters)

Creates or updates an extended server's blob auditing policy.

abstract ExtendedServerBlobAuditingPolicyInner createOrUpdate(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters)

Creates or updates an extended server's blob auditing policy.

abstract ExtendedServerBlobAuditingPolicyInner createOrUpdate(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters, Context context)

Creates or updates an extended server's blob auditing policy.

abstract Mono<ExtendedServerBlobAuditingPolicyInner> createOrUpdateAsync(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters)

Creates or updates an extended server's blob auditing policy.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters)

Creates or updates an extended server's blob auditing policy.

abstract ExtendedServerBlobAuditingPolicyInner get(String resourceGroupName, String serverName)

Gets an extended server's blob auditing policy.

abstract Mono<ExtendedServerBlobAuditingPolicyInner> getAsync(String resourceGroupName, String serverName)

Gets an extended server's blob auditing policy.

abstract Response<ExtendedServerBlobAuditingPolicyInner> getWithResponse(String resourceGroupName, String serverName, Context context)

Gets an extended server's blob auditing policy.

abstract Mono<Response<ExtendedServerBlobAuditingPolicyInner>> getWithResponseAsync(String resourceGroupName, String serverName)

Gets an extended server's blob auditing policy.

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

Lists extended auditing settings of a server.

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

Lists extended auditing settings of a server.

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

Lists extended auditing settings of a server.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,ExtendedServerBlobAuditingPolicyInner> beginCreateOrUpdate(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters)

Creates or updates an extended server's blob auditing policy.

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 - Properties of extended blob auditing policy.

Returns:

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

beginCreateOrUpdate

public abstract SyncPoller,ExtendedServerBlobAuditingPolicyInner> beginCreateOrUpdate(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters, Context context)

Creates or updates an extended server's blob auditing policy.

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 - Properties of extended blob auditing policy.
context - The context to associate with this operation.

Returns:

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

beginCreateOrUpdateAsync

public abstract PollerFlux,ExtendedServerBlobAuditingPolicyInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters)

Creates or updates an extended server's blob auditing policy.

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 - Properties of extended blob auditing policy.

Returns:

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

createOrUpdate

public abstract ExtendedServerBlobAuditingPolicyInner createOrUpdate(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters)

Creates or updates an extended server's blob auditing policy.

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 - Properties of extended blob auditing policy.

Returns:

an extended server blob auditing policy.

createOrUpdate

public abstract ExtendedServerBlobAuditingPolicyInner createOrUpdate(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters, Context context)

Creates or updates an extended server's blob auditing policy.

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 - Properties of extended blob auditing policy.
context - The context to associate with this operation.

Returns:

an extended server blob auditing policy.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters)

Creates or updates an extended server's blob auditing policy.

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 - Properties of extended blob auditing policy.

Returns:

an extended server blob auditing policy on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, ExtendedServerBlobAuditingPolicyInner parameters)

Creates or updates an extended server's blob auditing policy.

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 - Properties of extended blob auditing policy.

Returns:

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

get

public abstract ExtendedServerBlobAuditingPolicyInner get(String resourceGroupName, String serverName)

Gets an extended server's blob auditing policy.

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.

Returns:

an extended server's blob auditing policy.

getAsync

public abstract Mono getAsync(String resourceGroupName, String serverName)

Gets an extended server's blob auditing policy.

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.

Returns:

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

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String serverName, Context context)

Gets an extended server's blob auditing policy.

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.
context - The context to associate with this operation.

Returns:

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

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String serverName)

Gets an extended server's blob auditing policy.

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.

Returns:

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

listByServer

public abstract PagedIterable listByServer(String resourceGroupName, String serverName)

Lists extended auditing settings of a server.

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.

Returns:

a list of server extended auditing settings as paginated response with PagedIterable<T>.

listByServer

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

Lists extended auditing settings of a server.

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.
context - The context to associate with this operation.

Returns:

a list of server extended auditing settings as paginated response with PagedIterable<T>.

listByServerAsync

public abstract PagedFlux listByServerAsync(String resourceGroupName, String serverName)

Lists extended auditing settings of a server.

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.

Returns:

a list of server extended auditing settings as paginated response with PagedFlux<T>.

Applies to