ExtendedServerBlobAuditingPolicy.UpdateStages.WithPredicateExpression Interface

public static interface ExtendedServerBlobAuditingPolicy.UpdateStages.WithPredicateExpression

The stage of the ExtendedServerBlobAuditingPolicy update allowing to specify predicateExpression.

Method Summary

Modifier and Type Method and Description
abstract Update withPredicateExpression(String predicateExpression)

Specifies the predicateExpression property: Specifies condition of where clause when creating an audit..

Method Details

withPredicateExpression

public abstract ExtendedServerBlobAuditingPolicy.Update withPredicateExpression(String predicateExpression)

Specifies the predicateExpression property: Specifies condition of where clause when creating an audit..

Parameters:

predicateExpression - Specifies condition of where clause when creating an audit.

Returns:

the next definition stage.

Applies to