ExtendedServerBlobAuditingPolicies interface
Interface representing a ExtendedServerBlobAuditingPolicies.
Methods
begin |
Creates or updates an extended server's blob auditing policy. |
begin |
Creates or updates an extended server's blob auditing policy. |
get(string, string, Extended |
Gets an extended server's blob auditing policy. |
list |
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
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ExtendedServerBlobAuditingPolicy>, ExtendedServerBlobAuditingPolicy>>
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
The options parameters.
Returns
Promise<ExtendedServerBlobAuditingPolicy>
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.
The options parameters.
Returns
Promise<ExtendedServerBlobAuditingPolicy>
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.
The options parameters.