Uses of Class
com.azure.resourcemanager.sql.fluent.models.DatabaseSecurityAlertPolicyInner
-
Packages that use DatabaseSecurityAlertPolicyInner Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient. -
-
Uses of DatabaseSecurityAlertPolicyInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return DatabaseSecurityAlertPolicyInner Modifier and Type Method Description DatabaseSecurityAlertPolicyInnerDatabaseThreatDetectionPoliciesClient. createOrUpdate(String resourceGroupName, String serverName, String databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicyInner parameters)Creates or updates a database's threat detection policy.DatabaseSecurityAlertPolicyInnerDatabaseThreatDetectionPoliciesClient. get(String resourceGroupName, String serverName, String databaseName, SecurityAlertPolicyName securityAlertPolicyName)Gets a database's threat detection policy.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type DatabaseSecurityAlertPolicyInner Modifier and Type Method Description Mono<DatabaseSecurityAlertPolicyInner>DatabaseThreatDetectionPoliciesClient. createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicyInner parameters)Creates or updates a database's threat detection policy.com.azure.core.http.rest.Response<DatabaseSecurityAlertPolicyInner>DatabaseThreatDetectionPoliciesClient. createOrUpdateWithResponse(String resourceGroupName, String serverName, String databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicyInner parameters, com.azure.core.util.Context context)Creates or updates a database's threat detection policy.Mono<com.azure.core.http.rest.Response<DatabaseSecurityAlertPolicyInner>>DatabaseThreatDetectionPoliciesClient. createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicyInner parameters)Creates or updates a database's threat detection policy.Mono<DatabaseSecurityAlertPolicyInner>DatabaseThreatDetectionPoliciesClient. getAsync(String resourceGroupName, String serverName, String databaseName, SecurityAlertPolicyName securityAlertPolicyName)Gets a database's threat detection policy.com.azure.core.http.rest.Response<DatabaseSecurityAlertPolicyInner>DatabaseThreatDetectionPoliciesClient. getWithResponse(String resourceGroupName, String serverName, String databaseName, SecurityAlertPolicyName securityAlertPolicyName, com.azure.core.util.Context context)Gets a database's threat detection policy.Mono<com.azure.core.http.rest.Response<DatabaseSecurityAlertPolicyInner>>DatabaseThreatDetectionPoliciesClient. getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, SecurityAlertPolicyName securityAlertPolicyName)Gets a database's threat detection policy.Methods in com.azure.resourcemanager.sql.fluent with parameters of type DatabaseSecurityAlertPolicyInner Modifier and Type Method Description DatabaseSecurityAlertPolicyInnerDatabaseThreatDetectionPoliciesClient. createOrUpdate(String resourceGroupName, String serverName, String databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicyInner parameters)Creates or updates a database's threat detection policy.Mono<DatabaseSecurityAlertPolicyInner>DatabaseThreatDetectionPoliciesClient. createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicyInner parameters)Creates or updates a database's threat detection policy.com.azure.core.http.rest.Response<DatabaseSecurityAlertPolicyInner>DatabaseThreatDetectionPoliciesClient. createOrUpdateWithResponse(String resourceGroupName, String serverName, String databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicyInner parameters, com.azure.core.util.Context context)Creates or updates a database's threat detection policy.Mono<com.azure.core.http.rest.Response<DatabaseSecurityAlertPolicyInner>>DatabaseThreatDetectionPoliciesClient. createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicyInner parameters)Creates or updates a database's threat detection policy. -
Uses of DatabaseSecurityAlertPolicyInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return DatabaseSecurityAlertPolicyInner Modifier and Type Method Description DatabaseSecurityAlertPolicyInnerDatabaseSecurityAlertPolicyInner. withDisabledAlerts(String disabledAlerts)Set the disabledAlerts property: Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts.DatabaseSecurityAlertPolicyInnerDatabaseSecurityAlertPolicyInner. withEmailAccountAdmins(SecurityAlertPolicyEmailAccountAdmins emailAccountAdmins)Set the emailAccountAdmins property: Specifies that the alert is sent to the account administrators.DatabaseSecurityAlertPolicyInnerDatabaseSecurityAlertPolicyInner. withEmailAddresses(String emailAddresses)Set the emailAddresses property: Specifies the semicolon-separated list of e-mail addresses to which the alert is sent.DatabaseSecurityAlertPolicyInnerDatabaseSecurityAlertPolicyInner. withLocation(String location)Set the location property: The geo-location where the resource lives.DatabaseSecurityAlertPolicyInnerDatabaseSecurityAlertPolicyInner. withRetentionDays(Integer retentionDays)Set the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs.DatabaseSecurityAlertPolicyInnerDatabaseSecurityAlertPolicyInner. withState(SecurityAlertPolicyState state)Set the state property: Specifies the state of the policy.DatabaseSecurityAlertPolicyInnerDatabaseSecurityAlertPolicyInner. withStorageAccountAccessKey(String storageAccountAccessKey)Set the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage account.DatabaseSecurityAlertPolicyInnerDatabaseSecurityAlertPolicyInner. withStorageEndpoint(String storageEndpoint)Set the storageEndpoint property: Specifies the blob storage endpoint (e.g.DatabaseSecurityAlertPolicyInnerDatabaseSecurityAlertPolicyInner. withUseServerDefault(SecurityAlertPolicyUseServerDefault useServerDefault)Set the useServerDefault property: Specifies whether to use the default server policy.
-