Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SqlDatabaseThreatDetectionPolicy.Update |
SqlDatabaseThreatDetectionPolicy.UpdateStages.WithAlertsFilter.withAlertsFilter(String alertsFilter)
Updates the security alert policy alerts to be disabled.
|
SqlDatabaseThreatDetectionPolicy.Update |
SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState.withDefaultSecurityAlertPolicy()
Updates the security alert policy state to "New".
|
SqlDatabaseThreatDetectionPolicy.Update |
SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailAddresses.withEmailAddresses(String addresses)
Updates the security alert policy email addresses.
|
SqlDatabaseThreatDetectionPolicy.Update |
SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailToAccountAdmins.withEmailToAccountAdmins()
Enables the alert to be sent to the account administrators.
|
SqlDatabaseThreatDetectionPolicy.Update |
SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailToAccountAdmins.withoutEmailToAccountAdmins()
Disables the alert will be sent to the account administrators.
|
SqlDatabaseThreatDetectionPolicy.Update |
SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState.withPolicyDisabled()
Update the security alert policy state to "Disabled".
|
SqlDatabaseThreatDetectionPolicy.Update |
SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState.withPolicyEnabled()
Updates the security alert policy state to "Enabled".
|
SqlDatabaseThreatDetectionPolicy.Update |
SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState.withPolicyNew()
Updates the security alert policy state to "New".
|
SqlDatabaseThreatDetectionPolicy.Update |
SqlDatabaseThreatDetectionPolicy.UpdateStages.WithRetentionDays.withRetentionDays(int retentionDays)
Updates the security alert policy email addresses.
|
SqlDatabaseThreatDetectionPolicy.Update |
SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageAccountAccessKey.withStorageAccountAccessKey(String storageAccountAccessKey)
Updates the security alert policy storage access key.
|
SqlDatabaseThreatDetectionPolicy.Update |
SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageEndpoint.withStorageEndpoint(String storageEndpoint)
Updates the security alert policy storage endpoint.
|
Copyright © 2019. All rights reserved.