SqlServerSecurityAlertPolicy.Update Interface
public interface Update extends SqlServerSecurityAlertPolicy.UpdateStages.WithState,SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins,SqlServerSecurityAlertPolicy.UpdateStages.WithStorageAccount,SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAddresses,SqlServerSecurityAlertPolicy.UpdateStages.WithDisabledAlerts,SqlServerSecurityAlertPolicy.UpdateStages.WithRetentionDays,Appliable
The template for a SQL Server Security Alert Policy update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
SqlServerSecurityAlertPolicy.UpdateStages.WithDisabledAlerts.withDisabledAlerts(String... disabledAlerts)
SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins.withEmailAccountAdmins()
SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAddresses.withEmailAddresses(String... emailAddresses)
SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins.withoutEmailAccountAdmins()
SqlServerSecurityAlertPolicy.UpdateStages.WithRetentionDays.withRetentionDays(int days)
SqlServerSecurityAlertPolicy.UpdateStages.WithState.withState(SecurityAlertPolicyState state)
SqlServerSecurityAlertPolicy.UpdateStages.WithStorageAccount.withStorageEndpoint(String storageEndpointUri, String storageAccessKey)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java