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