Interface SqlServerSecurityAlertPolicy.UpdateStages.WithState
-
- All Known Subinterfaces:
SqlServerSecurityAlertPolicy.Update
- Enclosing interface:
- SqlServerSecurityAlertPolicy.UpdateStages
public static interface SqlServerSecurityAlertPolicy.UpdateStages.WithStateThe SQL Server Security Alert Policy update definition to set the state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerSecurityAlertPolicy.UpdatewithState(SecurityAlertPolicyState state)Specifies the state of the policy, whether it is enabled or disabled.
-
-
-
Method Detail
-
withState
SqlServerSecurityAlertPolicy.Update withState(SecurityAlertPolicyState state)
Specifies the state of the policy, whether it is enabled or disabled.- Parameters:
state- the state of the policy, whether it is enabled or disabled- Returns:
- The next stage of the definition.
-
-