| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPoliciesClient.createOrUpdate(String resourceGroupName,
String serverName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ServerSecurityAlertPolicyInner parameters)
Creates or updates a threat detection policy.
|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPoliciesClient.createOrUpdate(String resourceGroupName,
String serverName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ServerSecurityAlertPolicyInner parameters,
com.azure.core.util.Context context)
Creates or updates a threat detection policy.
|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPoliciesClient.get(String resourceGroupName,
String serverName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName)
Get a server's security alert policy.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerSecurityAlertPolicyInner>,ServerSecurityAlertPolicyInner> |
ServerSecurityAlertPoliciesClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ServerSecurityAlertPolicyInner parameters)
Creates or updates a threat detection policy.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerSecurityAlertPolicyInner>,ServerSecurityAlertPolicyInner> |
ServerSecurityAlertPoliciesClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ServerSecurityAlertPolicyInner parameters,
com.azure.core.util.Context context)
Creates or updates a threat detection policy.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerSecurityAlertPolicyInner>,ServerSecurityAlertPolicyInner> |
ServerSecurityAlertPoliciesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ServerSecurityAlertPolicyInner parameters)
Creates or updates a threat detection policy.
|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPoliciesClient.createOrUpdate(String resourceGroupName,
String serverName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ServerSecurityAlertPolicyInner parameters)
Creates or updates a threat detection policy.
|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPoliciesClient.createOrUpdate(String resourceGroupName,
String serverName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ServerSecurityAlertPolicyInner parameters,
com.azure.core.util.Context context)
Creates or updates a threat detection policy.
|
Mono<ServerSecurityAlertPolicyInner> |
ServerSecurityAlertPoliciesClient.createOrUpdateAsync(String resourceGroupName,
String serverName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ServerSecurityAlertPolicyInner parameters)
Creates or updates a threat detection policy.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ServerSecurityAlertPoliciesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ServerSecurityAlertPolicyInner parameters)
Creates or updates a threat detection policy.
|
| Modifier and Type | Method and Description |
|---|---|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPolicyInner.withDisabledAlerts(List<String> disabledAlerts)
Set the disabledAlerts property: Specifies an array of alerts that are disabled.
|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPolicyInner.withEmailAccountAdmins(Boolean emailAccountAdmins)
Set the emailAccountAdmins property: Specifies that the alert is sent to the account administrators.
|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPolicyInner.withEmailAddresses(List<String> emailAddresses)
Set the emailAddresses property: Specifies an array of e-mail addresses to which the alert is sent.
|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPolicyInner.withRetentionDays(Integer retentionDays)
Set the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs.
|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPolicyInner.withState(SecurityAlertPolicyState state)
Set the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not
been applied yet on the specific database.
|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPolicyInner.withStorageAccountAccessKey(String storageAccountAccessKey)
Set the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage
account.
|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPolicyInner.withStorageEndpoint(String storageEndpoint)
Set the storageEndpoint property: Specifies the blob storage endpoint (e.g.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.