ExtendedServerBlobAuditingPolicies interface

Interface representing a ExtendedServerBlobAuditingPolicies.

Methods

beginCreateOrUpdate(string, string, ExtendedServerBlobAuditingPolicy, ExtendedServerBlobAuditingPoliciesCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, ExtendedServerBlobAuditingPolicy, ExtendedServerBlobAuditingPoliciesCreateOrUpdateOptionalParams)

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

get(string, string, ExtendedServerBlobAuditingPoliciesGetOptionalParams)

Gets an extended server's blob auditing policy.

listByServer(string, string, ExtendedServerBlobAuditingPoliciesListByServerOptionalParams)

Lists extended auditing settings of a server.

Method Details

beginCreateOrUpdate(string, string, ExtendedServerBlobAuditingPolicy, ExtendedServerBlobAuditingPoliciesCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, serverName: string, parameters: ExtendedServerBlobAuditingPolicy, options?: ExtendedServerBlobAuditingPoliciesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ExtendedServerBlobAuditingPolicy>, ExtendedServerBlobAuditingPolicy>>

Parameters

resourceGroupName

string

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

string

The name of the server.

parameters
ExtendedServerBlobAuditingPolicy

Properties of extended blob auditing policy

Returns

beginCreateOrUpdateAndWait(string, string, ExtendedServerBlobAuditingPolicy, ExtendedServerBlobAuditingPoliciesCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ExtendedServerBlobAuditingPolicy, options?: ExtendedServerBlobAuditingPoliciesCreateOrUpdateOptionalParams): Promise<ExtendedServerBlobAuditingPolicy>

Parameters

resourceGroupName

string

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

string

The name of the server.

parameters
ExtendedServerBlobAuditingPolicy

Properties of extended blob auditing policy

Returns

get(string, string, ExtendedServerBlobAuditingPoliciesGetOptionalParams)

Gets an extended server's blob auditing policy.

function get(resourceGroupName: string, serverName: string, options?: ExtendedServerBlobAuditingPoliciesGetOptionalParams): Promise<ExtendedServerBlobAuditingPolicy>

Parameters

resourceGroupName

string

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

string

The name of the server.

options
ExtendedServerBlobAuditingPoliciesGetOptionalParams

The options parameters.

Returns

listByServer(string, string, ExtendedServerBlobAuditingPoliciesListByServerOptionalParams)

Lists extended auditing settings of a server.

function listByServer(resourceGroupName: string, serverName: string, options?: ExtendedServerBlobAuditingPoliciesListByServerOptionalParams): PagedAsyncIterableIterator<ExtendedServerBlobAuditingPolicy, ExtendedServerBlobAuditingPolicy[], PageSettings>

Parameters

resourceGroupName

string

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

string

The name of the server.

Returns