Interface SqlPoolSecurityAlertPolicy.UpdateStages.WithRetentionDays

All Known Subinterfaces:
SqlPoolSecurityAlertPolicy.Update
Enclosing interface:
SqlPoolSecurityAlertPolicy.UpdateStages

public static interface SqlPoolSecurityAlertPolicy.UpdateStages.WithRetentionDays
The stage of the SqlPoolSecurityAlertPolicy update allowing to specify retentionDays.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRetentionDays(Integer retentionDays)
    Specifies the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs..
  • Method Details

    • withRetentionDays

      SqlPoolSecurityAlertPolicy.Update withRetentionDays(Integer retentionDays)
      Specifies the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs..
      Parameters:
      retentionDays - Specifies the number of days to keep in the Threat Detection audit logs.
      Returns:
      the next definition stage.