Uses of Interface
com.azure.resourcemanager.sql.models.SqlServerSecurityAlertPolicy
Packages that use SqlServerSecurityAlertPolicy
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlServerSecurityAlertPolicy in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type SqlServerSecurityAlertPolicy in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Server Security Alert Policy.static interfaceThe template for a SQL Server Security Alert Policy update operation, containing all the settings that can be modified.static interfaceThe final stage of the SQL Server Security Alert Policy definition.Methods in com.azure.resourcemanager.sql.models that return SqlServerSecurityAlertPolicyModifier and TypeMethodDescriptionSqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition.get()Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.SqlServerSecurityAlertPolicyOperations.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.SqlServerSecurityAlertPolicyOperations.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 SqlServerSecurityAlertPolicyModifier and TypeMethodDescriptionSqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition.getAsync()Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.SqlServerSecurityAlertPolicyOperations.getByIdAsync(String id) Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.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.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.