Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.ServerSecurityAlertPolicyInner
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of ServerSecurityAlertPolicyInner in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptionServerSecurityAlertPoliciesClient.createOrUpdate
(String resourceGroupName, String serverName, SecurityAlertPolicyName securityAlertPolicyName, ServerSecurityAlertPolicyInner parameters) Creates or updates a threat detection policy.ServerSecurityAlertPoliciesClient.createOrUpdate
(String resourceGroupName, String serverName, SecurityAlertPolicyName securityAlertPolicyName, ServerSecurityAlertPolicyInner parameters, com.azure.core.util.Context context) Creates or updates a threat detection policy.ServerSecurityAlertPoliciesClient.get
(String resourceGroupName, String serverName, SecurityAlertPolicyName securityAlertPolicyName) Get a server's security alert policy.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerSecurityAlertPolicyInner>,
ServerSecurityAlertPolicyInner> ServerSecurityAlertPoliciesClient.beginCreateOrUpdate
(String resourceGroupName, String serverName, SecurityAlertPolicyName 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, SecurityAlertPolicyName 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, SecurityAlertPolicyName securityAlertPolicyName, ServerSecurityAlertPolicyInner parameters, com.azure.core.util.Context context) 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, SecurityAlertPolicyName securityAlertPolicyName, ServerSecurityAlertPolicyInner parameters, com.azure.core.util.Context context) Creates or updates a threat detection policy.com.azure.core.http.rest.Response<ServerSecurityAlertPolicyInner>
ServerSecurityAlertPoliciesClient.getWithResponse
(String resourceGroupName, String serverName, SecurityAlertPolicyName securityAlertPolicyName, com.azure.core.util.Context context) Get a server's security alert policy.com.azure.core.http.rest.PagedIterable<ServerSecurityAlertPolicyInner>
ServerSecurityAlertPoliciesClient.listByServer
(String resourceGroupName, String serverName) Get the server's threat detection policies.com.azure.core.http.rest.PagedIterable<ServerSecurityAlertPolicyInner>
ServerSecurityAlertPoliciesClient.listByServer
(String resourceGroupName, String serverName, com.azure.core.util.Context context) Get the server's threat detection policies.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerSecurityAlertPolicyInner>,
ServerSecurityAlertPolicyInner> ServerSecurityAlertPoliciesClient.beginCreateOrUpdate
(String resourceGroupName, String serverName, SecurityAlertPolicyName 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, SecurityAlertPolicyName securityAlertPolicyName, ServerSecurityAlertPolicyInner parameters, com.azure.core.util.Context context) Creates or updates a threat detection policy.ServerSecurityAlertPoliciesClient.createOrUpdate
(String resourceGroupName, String serverName, SecurityAlertPolicyName securityAlertPolicyName, ServerSecurityAlertPolicyInner parameters) Creates or updates a threat detection policy.ServerSecurityAlertPoliciesClient.createOrUpdate
(String resourceGroupName, String serverName, SecurityAlertPolicyName securityAlertPolicyName, ServerSecurityAlertPolicyInner parameters, com.azure.core.util.Context context) Creates or updates a threat detection policy. -
Uses of ServerSecurityAlertPolicyInner in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionServerSecurityAlertPolicyInner.withDisabledAlerts
(List<String> disabledAlerts) Set the disabledAlerts property: Specifies an array of alerts that are disabled.ServerSecurityAlertPolicyInner.withEmailAccountAdmins
(Boolean emailAccountAdmins) Set the emailAccountAdmins property: Specifies that the alert is sent to the account administrators.ServerSecurityAlertPolicyInner.withEmailAddresses
(List<String> emailAddresses) Set the emailAddresses property: Specifies an array of e-mail addresses to which the alert is sent.ServerSecurityAlertPolicyInner.withRetentionDays
(Integer retentionDays) Set the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs.ServerSecurityAlertPolicyInner.withState
(ServerSecurityAlertPolicyState state) Set the state property: Specifies the state of the policy, whether it is enabled or disabled.ServerSecurityAlertPolicyInner.withStorageAccountAccessKey
(String storageAccountAccessKey) Set the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage account.ServerSecurityAlertPolicyInner.withStorageEndpoint
(String storageEndpoint) Set the storageEndpoint property: Specifies the blob storage endpoint (e.g. -
Uses of ServerSecurityAlertPolicyInner in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionServerSecurityAlertPolicy.innerModel()
Gets the inner com.azure.resourcemanager.mariadb.fluent.models.ServerSecurityAlertPolicyInner object.Modifier and TypeMethodDescriptionServerSecurityAlertPolicyListResult.value()
Get the value property: Array of results.