SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate Interface
public interface WithCreate extends SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageEndpoint,SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKey,SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithAlertsFilter,SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailAddresses,SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithRetentionDays,SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailToAccountAdmins,Creatable
The final stage of the SQL database threat detection policy definition.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithAlertsFilter.withAlertsFilter(String alertsFilter)
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailAddresses.withEmailAddresses(String addresses)
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailToAccountAdmins.withEmailToAccountAdmins()
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailToAccountAdmins.withoutEmailToAccountAdmins()
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithRetentionDays.withRetentionDays(int retentionDays)
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKey.withStorageAccountAccessKey(String storageAccountAccessKey)
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageEndpoint.withStorageEndpoint(String storageEndpoint)
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