Uses of Interface
com.azure.resourcemanager.mariadb.models.ServerSecurityAlertPolicy
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of ServerSecurityAlertPolicy in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionServerSecurityAlertPolicy.Update.apply()
Executes the update request.ServerSecurityAlertPolicy.Update.apply
(com.azure.core.util.Context context) Executes the update request.ServerSecurityAlertPolicy.DefinitionStages.WithCreate.create()
Executes the create request.ServerSecurityAlertPolicy.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.ServerSecurityAlertPolicies.get
(String resourceGroupName, String serverName, SecurityAlertPolicyName securityAlertPolicyName) Get a server's security alert policy.Get a server's security alert policy.ServerSecurityAlertPolicy.refresh()
Refreshes the resource to sync with Azure.ServerSecurityAlertPolicy.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ServerSecurityAlertPolicy>
ServerSecurityAlertPolicies.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get a server's security alert policy.com.azure.core.http.rest.Response<ServerSecurityAlertPolicy>
ServerSecurityAlertPolicies.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<ServerSecurityAlertPolicy>
ServerSecurityAlertPolicies.listByServer
(String resourceGroupName, String serverName) Get the server's threat detection policies.com.azure.core.http.rest.PagedIterable<ServerSecurityAlertPolicy>
ServerSecurityAlertPolicies.listByServer
(String resourceGroupName, String serverName, com.azure.core.util.Context context) Get the server's threat detection policies.