Interface SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer
-
- All Known Subinterfaces:
SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyOperationsDefinition
- Enclosing interface:
- SqlServerSecurityAlertPolicyOperations.DefinitionStages
public static interface SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServerThe first stage of the SQL Server Security Alert Policy definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStatewithExistingSqlServer(SqlServer sqlServer)Sets the parent SQL server for the new Server Security Alert Policy.SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStatewithExistingSqlServer(String resourceGroupName, String sqlServerName)Sets the parent SQL server name and resource group it belongs to.SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStatewithExistingSqlServerId(String sqlServerId)Sets the parent SQL server for the new Server Security Alert Policy.
-
-
-
Method Detail
-
withExistingSqlServer
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState withExistingSqlServer(String resourceGroupName, String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.- Parameters:
resourceGroupName- the name of the resource group the parent SQL serversqlServerName- the parent SQL server name- Returns:
- The next stage of the definition.
-
withExistingSqlServerId
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState withExistingSqlServerId(String sqlServerId)
Sets the parent SQL server for the new Server Security Alert Policy.- Parameters:
sqlServerId- the parent SQL server ID- Returns:
- The next stage of the definition.
-
withExistingSqlServer
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Server Security Alert Policy.- Parameters:
sqlServer- the parent SQL server- Returns:
- The next stage of the definition.
-
-