Uses of Interface
com.azure.resourcemanager.sql.models.SqlServerSecurityAlertPolicy
-
Packages that use SqlServerSecurityAlertPolicy Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlServerSecurityAlertPolicy in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlServerSecurityAlertPolicy Modifier and Type Method Description SqlServerSecurityAlertPolicySqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition. get()Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.SqlServerSecurityAlertPolicySqlServerSecurityAlertPolicyOperations. getById(String id)Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.SqlServerSecurityAlertPolicySqlServerSecurityAlertPolicyOperations. getBySqlServer(SqlServer sqlServer)Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL Server.SqlServerSecurityAlertPolicySqlServerSecurityAlertPolicyOperations. getBySqlServer(String resourceGroupName, String sqlServerName)Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its resource group.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlServerSecurityAlertPolicy Modifier and Type Method Description Mono<SqlServerSecurityAlertPolicy>SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition. getAsync()Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.Mono<SqlServerSecurityAlertPolicy>SqlServerSecurityAlertPolicyOperations. getByIdAsync(String id)Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.Mono<SqlServerSecurityAlertPolicy>SqlServerSecurityAlertPolicyOperations. getBySqlServerAsync(SqlServer sqlServer)Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL server.Mono<SqlServerSecurityAlertPolicy>SqlServerSecurityAlertPolicyOperations. getBySqlServerAsync(String resourceGroupName, String sqlServerName)Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its resource group.
-