Uses of Interface
com.azure.resourcemanager.sql.models.SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate
Packages that use SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.models
Subinterfaces of SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreateModifier and TypeMethodDescriptionSqlServerSecurityAlertPolicyOperations.DefinitionStages.WithDisabledAlerts.withDisabledAlerts(String... disabledAlerts) Specifies an array of alerts that are disabled.SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithEmailAddresses.withEmailAddresses(String... emailAddresses) Specifies an array of e-mail addresses to which the alert is sent.SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithRetentionDays.withRetentionDays(int days) Specifies the number of days to keep in the Threat Detection audit logs.SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccount.withStorageEndpoint(String storageEndpointUri, String storageAccessKey) Specifies the storage account blob endpoint and access key.