SqlPoolBlobAuditingPolicy.DefinitionStages.WithRetentionDays Interface

public static interface SqlPoolBlobAuditingPolicy.DefinitionStages.WithRetentionDays

The stage of the SqlPoolBlobAuditingPolicy definition allowing to specify retentionDays.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withRetentionDays(Integer retentionDays)

Specifies the retentionDays property: Specifies the number of days to keep in the audit logs in the storage account..

Method Details

withRetentionDays

public abstract SqlPoolBlobAuditingPolicy.DefinitionStages.WithCreate withRetentionDays(Integer retentionDays)

Specifies the retentionDays property: Specifies the number of days to keep in the audit logs in the storage account..

Parameters:

retentionDays - Specifies the number of days to keep in the audit logs in the storage account.

Returns:

the next definition stage.

Applies to